mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 00:21:37 +00:00
Fixed missed I18N
This commit is contained in:
parent
4eaf40b147
commit
12b5f060eb
@ -3433,6 +3433,9 @@ UI_TEXT_CONTENT["AISTUDIO::DIALOGS::REVIEWATTACHMENTSDIALOG::T2203427286"] = "Th
|
||||
-- Your attached file
|
||||
UI_TEXT_CONTENT["AISTUDIO::DIALOGS::REVIEWATTACHMENTSDIALOG::T351780500"] = "Your attached file"
|
||||
|
||||
-- Your attached files
|
||||
UI_TEXT_CONTENT["AISTUDIO::DIALOGS::REVIEWATTACHMENTSDIALOG::T3909191077"] = "Your attached files"
|
||||
|
||||
-- There is no social event
|
||||
UI_TEXT_CONTENT["AISTUDIO::DIALOGS::SETTINGS::SETTINGSDIALOGAGENDA::T1222800281"] = "There is no social event"
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
<MudDialog>
|
||||
<TitleContent>
|
||||
Your attached files
|
||||
@T("Your attached files")
|
||||
</TitleContent>
|
||||
<DialogContent>
|
||||
<MudJustifiedText Typo="Typo.body1" Class="mb-3">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user