summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-02-01 20:02:10 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2019-02-01 20:02:10 +0900
commit00f9c824d1b49e8a5930430408ca4cf4d385cef5 (patch)
treed769db4fa09c9f1a55072dd9873cfa95f606d95e
parentCreate type definition for 'http-signature' (#4049) (diff)
downloadmisskey-00f9c824d1b49e8a5930430408ca4cf4d385cef5.tar.gz
misskey-00f9c824d1b49e8a5930430408ca4cf4d385cef5.tar.bz2
misskey-00f9c824d1b49e8a5930430408ca4cf4d385cef5.zip
リモートの外部サービス認証情報を表示する (#4047)
* Update user.vue * Update ja-JP.yml * Fix path refs: 7e3a8d56e614a1771015b6b2557fea8127c46aeb * Update user.vue * Update ja-JP.yml * Re-fix path refs: 4bb4903ee513bacf79d475e100019bd3058d9b34, 7e3a8d56e614a1771015b6b2557fea8127c46aeb * Update user.vue * Update ja-JP.yml * Update ja-JP.yml * Fix sentence a little
-rw-r--r--locales/ja-JP.yml2
-rw-r--r--src/client/app/desktop/views/pages/user/user.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index df2efe0e35..be933b2d9b 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -138,7 +138,7 @@ common:
do-not-use-in-production: "これは開発ビルドです。本番環境で使用しないでください。"
user-suspended: "このユーザーは凍結されています。"
- is-remote-user: "このユーザー情報はコピーです。"
+ is-remote-user: "このユーザー情報は不正確な可能性があります。"
is-remote-post: "この投稿情報はコピーです。"
view-on-remote: "正確な情報を見る"
renoted-by: "{user}がRenote"
diff --git a/src/client/app/desktop/views/pages/user/user.vue b/src/client/app/desktop/views/pages/user/user.vue
index 0350151136..53e50d2d18 100644
--- a/src/client/app/desktop/views/pages/user/user.vue
+++ b/src/client/app/desktop/views/pages/user/user.vue
@@ -12,7 +12,7 @@
<div class="side">
<div class="instance" v-if="!$store.getters.isSignedIn"><mk-instance/></div>
<x-profile :user="user"/>
- <x-integrations :user="user" v-if="!user.host"/>
+ <x-integrations :user="user"/>
<mk-calendar @chosen="warp" :start="new Date(user.createdAt)"/>
<mk-activity :user="user"/>
<x-photos :user="user"/>