Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samunohito committed Mar 20, 2024
1 parent c357fda commit 9bfc123
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 @@ -4913,7 +4913,7 @@ export interface Locale extends ILocale {
*/
"gameRetry": string;
/**
* [使用しない場合は空欄にしてください]
* 使用しない場合は空欄にしてください
*/
"notUsePleaseLeaveBlank": string;
"_bubbleGame": {
Expand Down
2 changes: 1 addition & 1 deletion locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ enableHorizontalSwipe: "スワイプしてタブを切り替える"
loading: "読み込み中"
surrender: "やめる"
gameRetry: "リトライ"
notUsePleaseLeaveBlank: "[使用しない場合は空欄にしてください]"
notUsePleaseLeaveBlank: "使用しない場合は空欄にしてください"

_bubbleGame:
howToPlay: "遊び方"
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/admin/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div>
<MkInput v-model="urlPreviewSummaryProxyUrl" type="text">
<template #label>{{ i18n.ts._urlPreviewSetting.summaryProxy }}</template>
<template #caption>{{ i18n.ts.notUsePleaseLeaveBlank }} {{ i18n.ts._urlPreviewSetting.summaryProxyDescription }}</template>
<template #caption>[{{ i18n.ts.notUsePleaseLeaveBlank }}] {{ i18n.ts._urlPreviewSetting.summaryProxyDescription }}</template>
</MkInput>

<div :class="$style.subCaption">
Expand Down

0 comments on commit 9bfc123

Please sign in to comment.