diff --git a/src/lib/app/i18n/en.json b/src/lib/app/i18n/en.json index d2703e4e..c97a8405 100644 --- a/src/lib/app/i18n/en.json +++ b/src/lib/app/i18n/en.json @@ -599,12 +599,12 @@ "title": "Removing Submission", "titleRestore": "Restoring Submission", "titlePurge": "Purging Submission", - "withReason": "Notify user", + "withReason": "Notify author", "comment": "Comment", "message": "Message", "failReply": "Failed to post reply. Removing anyway...", "failMessage": "Failed to message user. Removing anyway...", - "failEmptyReply": "Your reply cannot be empty if 'Notify user' is enabled.", + "failEmptyReply": "Your reply cannot be empty if 'Notify author' is enabled.", "successPurge": "Successfully purged that submission." }, "reportModal": { diff --git a/src/lib/feature/comment/CommentVote.svelte b/src/lib/feature/comment/CommentVote.svelte index 32b4beb3..48193f51 100644 --- a/src/lib/feature/comment/CommentVote.svelte +++ b/src/lib/feature/comment/CommentVote.svelte @@ -6,7 +6,7 @@ import { t } from '$lib/app/i18n' import { settings } from '$lib/app/settings.svelte' import FormattedNumber from '$lib/ui/util/FormattedNumber.svelte' - import { buttonColor, toast } from 'mono-svelte' + import { toast } from 'mono-svelte' import { ChevronDown, ChevronUp, Icon } from 'svelte-hero-icons/dist' import { backOut } from 'svelte/easing' import { fly } from 'svelte/transition' @@ -74,7 +74,7 @@