diff --git a/locales/en-US.yml b/locales/en-US.yml index 958a37c272..ab09ccaf86 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -126,6 +126,7 @@ inChannelQuote: "Channel-only Quote" renoteToChannel: "Renote to channel" renoteToOtherChannel: "Renote to other channel" pinnedNote: "Pinned note" +pinnedOnly: "Pinned" pinned: "Pin to profile" you: "You" clickToShow: "Click to show" diff --git a/locales/index.d.ts b/locales/index.d.ts index 56f4150592..742bab2341 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -520,6 +520,10 @@ export interface Locale extends ILocale { * ピン留めされたノート */ "pinnedNote": string; + /** + * Pinned + */ + "pinnedOnly": string; /** * ピン留め */ diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 11d788c210..67a4580560 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -126,6 +126,7 @@ inChannelQuote: "チャンネル内引用" renoteToChannel: "チャンネルにリノート" renoteToOtherChannel: "他のチャンネルにリノート" pinnedNote: "ピン留めされたノート" +pinnedOnly: "Pinned" pinned: "ピン留め" you: "あなた" clickToShow: "クリックして表示" diff --git a/packages/frontend/src/pages/user/home.vue b/packages/frontend/src/pages/user/home.vue index e82ec0cb97..2ec47889d6 100644 --- a/packages/frontend/src/pages/user/home.vue +++ b/packages/frontend/src/pages/user/home.vue @@ -125,10 +125,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
- -
- {{ i18n.ts.userPagePinTip }} + {{ i18n.ts.userPagePinTip }}