chore: adjust i18n

This commit is contained in:
Slinetrac
2025-11-04 18:14:46 +08:00
Unverified
parent 7caa4062d9
commit df6c863c71
4 changed files with 112 additions and 112 deletions

View File

@@ -257,7 +257,7 @@ export const EditorViewer = <T extends Language>(props: Props<T>) => {
<DialogActions>
<Button onClick={handleClose} variant="outlined">
{t(readOnly ? "Close" : "Cancel")}
{t(readOnly ? "common.actions.close" : "common.actions.cancel")}
</Button>
{!readOnly && (
<Button onClick={handleSave} variant="contained">