diff --git a/GUI/package.json b/GUI/package.json index ed823940..40bc78c1 100644 --- a/GUI/package.json +++ b/GUI/package.json @@ -7,7 +7,7 @@ "@buerokratt-ria/header": "^0.1.52", "@buerokratt-ria/menu": "^0.2.13", "@buerokratt-ria/styles": "^0.0.1", - "@buerokratt-ria/common-gui-components": "^0.0.60", + "@buerokratt-ria/common-gui-components": "^0.0.61", "@fontsource/roboto": "^4.5.8", "@formkit/auto-animate": "^1.0.0-beta.6", "@hookform/resolvers": "^2.9.11", diff --git a/GUI/src/i18n/en/common.json b/GUI/src/i18n/en/common.json index 272714f4..596eea11 100644 --- a/GUI/src/i18n/en/common.json +++ b/GUI/src/i18n/en/common.json @@ -2,6 +2,7 @@ "global": { "save": "Save", "add": "Add", + "apply": "Apply", "edit": "Edit", "delete": "Delete", "cancel": "Cancel", diff --git a/GUI/src/i18n/et/common.json b/GUI/src/i18n/et/common.json index 9272f45f..2b900880 100644 --- a/GUI/src/i18n/et/common.json +++ b/GUI/src/i18n/et/common.json @@ -2,6 +2,7 @@ "global": { "save": "Salvesta", "add": "Lisa", + "apply": "Rakenda", "edit": "Muuda", "delete": "Kustuta", "cancel": "Tühista",