Skip to content

Commit

Permalink
tweak localization
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Jul 30, 2024
1 parent 9dacc20 commit d63b854
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2492,7 +2492,7 @@ _webhookSettings:
modifyWebhook: "Webhookを編集"
name: "名前"
secret: "シークレット"
events: "Webhookを実行するタイミング"
trigger: "トリガー"
active: "有効"
_events:
follow: "フォローしたとき"
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkSystemWebhookEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #label>{{ i18n.ts._webhookSettings.secret }}</template>
</MkInput>
<MkFolder :defaultOpen="true">
<template #label>{{ i18n.ts._webhookSettings.events }}</template>
<template #label>{{ i18n.ts._webhookSettings.trigger }}</template>

<div class="_gaps_s">
<MkSwitch v-model="events.abuseReport" :disabled="disabledEvents.abuseReport">
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/settings/webhook.edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkInput>

<FormSection>
<template #label>{{ i18n.ts._webhookSettings.events }}</template>
<template #label>{{ i18n.ts._webhookSettings.trigger }}</template>

<div class="_gaps_s">
<MkSwitch v-model="event_follow">{{ i18n.ts._webhookSettings._events.follow }}</MkSwitch>
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/settings/webhook.new.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkInput>

<FormSection>
<template #label>{{ i18n.ts._webhookSettings.events }}</template>
<template #label>{{ i18n.ts._webhookSettings.trigger }}</template>

<div class="_gaps_s">
<MkSwitch v-model="event_follow">{{ i18n.ts._webhookSettings._events.follow }}</MkSwitch>
Expand Down

0 comments on commit d63b854

Please sign in to comment.