diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-28 14:10:56 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-28 14:10:56 +0900 |
| commit | 0bb961767cc2e65c47fa1ab65b27065eeed18661 (patch) | |
| tree | 9966603061d25ac0db9e61b8c1486789bea1f204 /src/client | |
| parent | Use internal dialog (diff) | |
| download | sharkey-0bb961767cc2e65c47fa1ab65b27065eeed18661.tar.gz sharkey-0bb961767cc2e65c47fa1ab65b27065eeed18661.tar.bz2 sharkey-0bb961767cc2e65c47fa1ab65b27065eeed18661.zip | |
Fix i18n
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/desktop/views/home/home.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/home/home.vue b/src/client/app/desktop/views/home/home.vue index 9897cb82e8..36ed70ae63 100644 --- a/src/client/app/desktop/views/home/home.vue +++ b/src/client/app/desktop/views/home/home.vue @@ -22,7 +22,7 @@ <option value="users">{{ $t('@.widgets.users') }}</option> <option value="polls">{{ $t('@.widgets.polls') }}</option> <option value="post-form">{{ $t('@.widgets.post-form') }}</option> - <option value="messaging">{{ $t('@.widgets.messaging') }}</option> + <option value="messaging">{{ $t('@.messaging') }}</option> <option value="memo">{{ $t('@.widgets.memo') }}</option> <option value="hashtags">{{ $t('@.widgets.hashtags') }}</option> <option value="posts-monitor">{{ $t('@.widgets.posts-monitor') }}</option> |