diff --git a/packages/ui/src/ocelot/icons/__screenshots__/chromium/all-icons.png b/packages/ui/src/ocelot/icons/__screenshots__/chromium/all-icons.png index 64b1fa3dc..13f41154e 100644 Binary files a/packages/ui/src/ocelot/icons/__screenshots__/chromium/all-icons.png and b/packages/ui/src/ocelot/icons/__screenshots__/chromium/all-icons.png differ diff --git a/packages/ui/src/ocelot/icons/svgs/lock.svg b/packages/ui/src/ocelot/icons/svgs/lock.svg new file mode 100755 index 000000000..31813d729 --- /dev/null +++ b/packages/ui/src/ocelot/icons/svgs/lock.svg @@ -0,0 +1,5 @@ + + +lock + + diff --git a/webapp/components/CommentForm/CommentForm.vue b/webapp/components/CommentForm/CommentForm.vue index af409a5ed..2bf7b50e2 100644 --- a/webapp/components/CommentForm/CommentForm.vue +++ b/webapp/components/CommentForm/CommentForm.vue @@ -20,6 +20,9 @@ :loading="loading" :disabled="disabled || !!errors" > + {{ $t('post.comment.submit') }} @@ -29,7 +32,8 @@