mirror of
https://github.com/mue/mue.git
synced 2026-07-23 16:57:25 +02:00
fix(translations): add missing translated text
This commit is contained in:
@@ -14,7 +14,7 @@ const widget_name = {
|
||||
quicklinks: getMessage(languagecode, 'modals.main.settings.sections.quicklinks.title'),
|
||||
quote: getMessage(languagecode, 'modals.main.settings.sections.quote.title'),
|
||||
date: getMessage(languagecode, 'modals.main.settings.sections.greeting.title'),
|
||||
message: 'Message'
|
||||
message: getMessage(languagecode, 'modals.main.settings.sections.message.title')
|
||||
};
|
||||
|
||||
const SortableItem = sortableElement(({ value }) => (
|
||||
|
||||
Reference in New Issue
Block a user