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
@@ -55,7 +55,7 @@ export default {
},
},
errorMessage: __(
'Content could not be displayed: %{reason}. Options to addsress this: %{options}.',
'Content could not be displayed: %{reason}. Options to address this: %{options}.',
),
};
</script>
Loading