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
  • Loading branch information
dakkar committed Aug 19, 2024
1 parent c4e0bea commit a408d32
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 a408d32

Please sign in to comment.