Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-05 20:57:01 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-14 00:58:16 +0300
commit0c0c31ff34b3010c2c269ec56ef48dd305c6f74a (patch)
treebc9bfe8512f3a7abc694f77bdd4824ed7d80b3de /app/assets
parent44d68159999a0ee30f7714470c1ef5b0c4a717fa (diff)
Move the "Design" templates and logic to Preferences
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/javascripts/profile.js.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/profile.js.coffee b/app/assets/javascripts/profile.js.coffee
index 40459a9a155..a402973a543 100644
--- a/app/assets/javascripts/profile.js.coffee
+++ b/app/assets/javascripts/profile.js.coffee
@@ -4,7 +4,7 @@ class @Profile
# Submit the form
$('.edit_user').submit()
- new Flash("Appearance settings saved", "notice")
+ new Flash('Preferences saved.', 'notice')
$('.update-username form').on 'ajax:before', ->
$('.loading-gif').show()