Skip to content

Commit

Permalink
reload message
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmtmmnk committed May 14, 2022
1 parent d076760 commit fad1318
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"isUseSameParam": {
"message": "Use common parameters"
},
"reload": {
"message": "Reload to apply change"
},

"repeatPost": {
"message": "repeat post"
Expand Down
3 changes: 3 additions & 0 deletions _locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"isUseSameParam": {
"message": "共通のパラメータを使用する"
},
"reload": {
"message": "設定を反映させるために再起動します"
},

"repeatPost": {
"message": "連投"
Expand Down
2 changes: 1 addition & 1 deletion src/components/popup/OptionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const OptionPage = (props: OptionPageProps) => {
t: "update-is-use-same-param",
isUseSameParam: checked,
});
window.alert("reload");
window.alert(chrome.i18n.getMessage("reload"));
window.close();
}}
/>
Expand Down

0 comments on commit fad1318

Please sign in to comment.