Skip to content

Commit a3f979f

Browse files
committed
tweak(tms): インスタンス情報 -> ノートのサーバー情報
1 parent ab0309c commit a3f979f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

locales/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10014,7 +10014,7 @@ export interface Locale extends ILocale {
1001410014
readonly "description": string;
1001510015
readonly "_tickerPosition": {
1001610016
/**
10017-
* インスタンス情報の表示位置
10017+
* ノートのサーバー情報の表示位置
1001810018
*/
1001910019
readonly "label": string;
1002010020
/**

locales/ja-JP.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2669,7 +2669,7 @@ _tms:
26692669
title: "taiyme拡張機能"
26702670
description: "これらの機能はtaiymeで独自実装したものです。"
26712671
_tickerPosition:
2672-
label: "インスタンス情報の表示位置"
2672+
label: "ノートのサーバー情報の表示位置"
26732673
default: "デフォルト"
26742674
leftVerticalBar: "縦 (左端)"
26752675
rightVerticalBar: "縦 (右端)"

0 commit comments

Comments
 (0)