diff options
author | cwm <chriswmartin@protonmail.com> | 2017-12-09 10:26:22 -0600 |
---|---|---|
committer | cwm <chriswmartin@protonmail.com> | 2017-12-09 10:26:22 -0600 |
commit | abe95b614b6355e61dd2955e09115ac473417c84 (patch) | |
tree | 77c7be825dd75ea4afe78c0d7cfe054592c92d05 /config | |
parent | 776867ea73f2fb9180a90b09cd98d801ca2aeef0 (diff) |
add initial components based off of tootsuite pr #1507
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/simple_form.en.yml | 1 | ||||
-rw-r--r-- | config/settings.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 756f6b119..599df9e28 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -43,6 +43,7 @@ en: password: Password setting_auto_play_gif: Auto-play animated GIFs setting_boost_modal: Show confirmation dialog before boosting + setting_favourite_modal: Show confirmation dialog before favouriting setting_default_privacy: Post privacy setting_default_sensitive: Always mark media as sensitive setting_delete_modal: Show confirmation dialog before deleting a toot diff --git a/config/settings.yml b/config/settings.yml index 5aad45da2..dbc5f6a26 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -22,6 +22,7 @@ defaults: &defaults default_sensitive: false unfollow_modal: false boost_modal: false + favourite_modal: false delete_modal: true auto_play_gif: false reduce_motion: false |