diff options
author | David Yip <yipdw@member.fsf.org> | 2017-11-27 22:33:26 -0600 |
---|---|---|
committer | David Yip <yipdw@member.fsf.org> | 2017-11-27 22:33:26 -0600 |
commit | 7463d80ff442833a4ad299460f37c27be9b8cda1 (patch) | |
tree | eb84f712515a4b5c59a36cbc0340781c6765a545 /app/views/settings/profiles | |
parent | 8bad6bdd00254484e04570b7a631403c24e73939 (diff) | |
parent | 706e534455e2137c324c0ebb30435e7630ab7c1f (diff) |
Merge remote-tracking branch 'tootsuite/master'
Diffstat (limited to 'app/views/settings/profiles')
-rw-r--r-- | app/views/settings/profiles/show.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/settings/profiles/show.html.haml b/app/views/settings/profiles/show.html.haml index 551a7ca49..be7bd0ba0 100644 --- a/app/views/settings/profiles/show.html.haml +++ b/app/views/settings/profiles/show.html.haml @@ -21,3 +21,8 @@ .actions = f.button :button, t('generic.save_changes'), type: :submit + +%hr/ + +%h6= t('auth.migrate_account') +%p.muted-hint= t('auth.migrate_account_html', path: settings_migration_path) |