Skip to content

Commit

Permalink
chore: userSaysSomethingSensitiveInChannel > userSaysSomethingInSensi…
Browse files Browse the repository at this point in the history
…tiveChannel
  • Loading branch information
anatawa12 committed Feb 21, 2024
1 parent a2c0bf2 commit 5a04b72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4899,7 +4899,7 @@ export interface Locale extends ILocale {
/**
* {name}のセンシティブチャンネルの投稿
*/
"userSaysSomethingSensitiveInChannel": ParameterizedString<"name">;
"userSaysSomethingInSensitiveChannel": ParameterizedString<"name">;
/**
* スワイプしてタブを切り替える
*/
Expand Down
2 changes: 1 addition & 1 deletion locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ backToTitle: "タイトルへ"
hemisphere: "お住まいの地域"
withSensitive: "センシティブなファイルを含むノートを表示"
userSaysSomethingSensitive: "{name}のセンシティブなファイルを含む投稿"
userSaysSomethingSensitiveInChannel: "{name}のセンシティブチャンネルでの投稿"
userSaysSomethingInSensitiveChannel: "{name}のセンシティブチャンネルでの投稿"
enableHorizontalSwipe: "スワイプしてタブを切り替える"

_bubbleGame:
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkNote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkA>
</template>
</I18n>
<I18n v-if="muted === 'sensitiveChannel'" :src="i18n.ts.userSaysSomethingSensitiveInChannel" tag="small">
<I18n v-if="muted === 'sensitiveChannel'" :src="i18n.ts.userSaysSomethingInSensitiveChannel" tag="small">
<template #name>
<MkA v-user-preview="appearNote.userId" :to="userPage(appearNote.user)">
<MkUserName :user="appearNote.user"/>
Expand Down

0 comments on commit 5a04b72

Please sign in to comment.