翻訳を追加
This commit is contained in:
parent
d8664775cc
commit
6e40f8c3ec
3 changed files with 7 additions and 3 deletions
|
@ -73,7 +73,7 @@ export const MisshaiPage: React.VFC = () => {
|
|||
dispatch(showModal({
|
||||
type: 'dialog',
|
||||
icon: 'error',
|
||||
message: 'エラー'
|
||||
message: t('error'),
|
||||
}));
|
||||
dispatchDraft(previousDraft);
|
||||
});
|
||||
|
@ -84,7 +84,7 @@ export const MisshaiPage: React.VFC = () => {
|
|||
.then(() => dispatch(showModal({
|
||||
type: 'dialog',
|
||||
icon: 'info',
|
||||
message: '保存しました。'
|
||||
message: t('saved'),
|
||||
})));
|
||||
}, [updateSetting]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue