Skip to content

Commit

Permalink
[DDW-826] Fix 'Feature Request' item menu in Japanese (#1533)
Browse files Browse the repository at this point in the history
* [DDW-826] Fix 'Feature Request' item menu in Japanese

* [DDW-826] Correct CHANGELOG entry
  • Loading branch information
thedanheller authored and nikolaglumac committed Aug 13, 2019
1 parent 6affc37 commit e67735e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Changelog

### Fixes

- Fixed the "Feature Request" menu item in Japanese to 機能リクエスト ([PR 1533](https://github.com/input-output-hk/daedalus/pull/1533))
- Fixed external and copy icons inconsistencies ([PR 1512](https://github.com/input-output-hk/daedalus/pull/1512))
- Fixed broken wallets storybook stories ([PR 1473](https://github.com/input-output-hk/daedalus/pull/1473))
- Implemented Storybook menu using queryStrings over localStorage ([PR 1426](https://github.com/input-output-hk/daedalus/pull/1426))
Expand Down
2 changes: 1 addition & 1 deletion source/main/locales/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"menu.helpSupport.knownIssuesUrl": "https://daedaluswallet.io/ja/known-issues/",
"menu.helpSupport.nonBlankScreenFixDialogMessage": "「ブランク画面修正」を有効にしますか? \n \nDaedalusユーザーインターフェイスがロードに失敗した際、この設定を有効にすることにより問題が解消される場合があります。この場合、グラフィックアクセラレーションが無効化されることでユーザーインターフェイスのレンダリングパフォーマンスが低下しますが、この設定を有効にした方がDaedalusがスムーズに作動する場合があります。 \n \nこの設定はDaedalusユーザーインターフェイスがロードに失敗した場合にのみ有効にしてください。Daedalusが正常に作動している場合は[いいえ]をクリックします。正常に作動していない場合には[はい]をクリックし、ブランク画面修正設定を有効にしてDaedalusを再起動してください。 \n \nこの設定を有効にしてDaedalusを再起動しますか。",
"menu.helpSupport.nonBlankScreenFixDialogTitle": "「ブランク画面修正」を有効にしますか?",
"menu.helpSupport.featureRequest": "ご意見、要望",
"menu.helpSupport.featureRequest": "機能リクエスト",
"menu.helpSupport.featureRequestUrl": "https://iohk.zendesk.com/hc/ja/sections/360002144373",
"menu.helpSupport.safetyTips": "安全に利用するために",
"menu.helpSupport.safetyTipsUrl": "https://iohk.zendesk.com/hc/ja/articles/360015295134",
Expand Down

0 comments on commit e67735e

Please sign in to comment.