Skip to content
Snippets Groups Projects

Update split i18n strings to be more translatable

1 unresolved thread
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -12,7 +12,7 @@ export default {
replyToComment: __('Reply to comment'),
commentError: __('Comment could not be submitted: %{reason}.'),
genericError: __(
'Comment could not be submitted! Please check your network connection and try again.',
'Comment could not be submitted. Please check your network connection and try again.',
),
},
components: {
Loading