Translations and styling

This commit is contained in:
ajnart
2022-12-20 16:54:22 +09:00
parent c4023ab634
commit 7b147f9bb3
16 changed files with 57 additions and 47 deletions

View File

@@ -98,7 +98,7 @@ function getItems(module: IModule) {
onChange={(e) => {}}
/>
<Button type="submit">{t('actions.save', { ns: 'common' })}</Button>
<Button type="submit">{t('save', { ns: 'common' })}</Button>
</Group>
</form>
);