diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-08 04:55:35 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-08 04:56:23 +0900 |
| commit | cdac86d1040e10e35bc6115f39201150aba76144 (patch) | |
| tree | 2efc456ee67b9260c04f208ff85519f625b36263 | |
| parent | Update README.md (diff) | |
| download | misskey-cdac86d1040e10e35bc6115f39201150aba76144.tar.gz misskey-cdac86d1040e10e35bc6115f39201150aba76144.tar.bz2 misskey-cdac86d1040e10e35bc6115f39201150aba76144.zip | |
Update config example
| -rw-r--r-- | .config/example.yml | 2 | ||||
| -rw-r--r-- | locales/ja.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/example.yml b/.config/example.yml index 98dcd29c28..33440b7c34 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -24,7 +24,7 @@ url: # 待受ポート port: -# TLSの設定(利用しない場合は省略してください) +# TLSの設定(利用しない場合はフィールドごと削除してください) https: # 証明書のパス... key: diff --git a/locales/ja.yml b/locales/ja.yml index b4ae782741..e191a88b89 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -651,7 +651,7 @@ desktop/views/components/ui.header.account.vue: favorites: "お気に入り" lists: "リスト" follow-requests: "フォロー申請" - customize: "カスタマイズ" + customize: "ホームのカスタマイズ" settings: "設定" signout: "サインアウト" dark: "闇に飲まれる" |