diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2024-07-14 17:28:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-14 17:28:34 +0900 |
| commit | 722acf5986bda0ddea3a4724d171e4d553037bbf (patch) | |
| tree | 955f756222a40fec97a22563e4c3f3e7d25e8b6f /locales | |
| parent | ci: ワークフローが更新されたときにもワークフローが起... (diff) | |
| download | misskey-722acf5986bda0ddea3a4724d171e4d553037bbf.tar.gz misskey-722acf5986bda0ddea3a4724d171e4d553037bbf.tar.bz2 misskey-722acf5986bda0ddea3a4724d171e4d553037bbf.zip | |
fix(frontend): follow-up of #13089 (#14206)
* fix(frontend): #13089 を修正
* fix
* 正規表現を強化
* fix
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 84a402b0de..694ee53a1f 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5004,7 +5004,7 @@ export interface Locale extends ILocale { * お問い合わせ */ "inquiry": string; - /** + /** * もう一度お試しください。 */ "tryAgain": string; |