Skip to content

Commit

Permalink
fix button translation
Browse files Browse the repository at this point in the history
that Japanese string exactly matches that i18n key

(cherry picked from commit a408d32)
  • Loading branch information
dakkar authored and kakkokari-gtyih committed Aug 20, 2024
1 parent 1b5f057 commit 74cfc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/admin/abuses.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkSpacer :contentMax="900">
<div :class="$style.root" class="_gaps">
<div :class="$style.subMenus" class="_gaps">
<MkButton link to="/admin/abuse-report-notification-recipient" primary>{{ "通知設定" }}</MkButton>
<MkButton link to="/admin/abuse-report-notification-recipient" primary>{{ i18n.ts.notificationSetting }}</MkButton>
</div>

<div :class="$style.inputs" class="_gaps">
Expand Down

0 comments on commit 74cfc24

Please sign in to comment.