Skip to content
Snippets Groups Projects
Unverified Commit 21a3095e authored by かっこかり's avatar かっこかり Committed by GitHub
Browse files

fix button translation (#14444)


that Japanese string exactly matches that i18n key

(cherry picked from commit a408d32b)

Co-authored-by: default avatardakkar <dakkar@thenautilus.net>
parent 1b5f0571
No related branches found
No related tags found
No related merge requests found
......@@ -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