Skip to content
Snippets Groups Projects
Commit a408d32b authored by dakkar's avatar dakkar
Browse files

fix button translation

that Japanese string exactly matches that i18n key
parent c4e0bea9
2 merge requests!620Bump version,!604don't return early -- should fix #626
Pipeline #1036 passed with stage
in 22 minutes and 36 seconds
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment