fix wording of switchView button

This commit is contained in:
Felix Niklas 2015-06-10 11:35:33 +02:00
parent 9fd45fb858
commit 770f1756f5

View file

@ -59,7 +59,7 @@ class Index extends App.Controller
header header
callbackAttributes = (value, object, attribute, header, refObject) -> callbackAttributes = (value, object, attribute, header, refObject) ->
text = App.i18n.translateInline('Show as user') text = App.i18n.translateInline("View from user's perspective")
value = ' ' value = ' '
attribute.raw = ' <span class="btn btn--primary btn--table switchView"><svg class="icon icon-switchView"><use xlink:href="#icon-switchView" /></svg> ' + text + '</span>' attribute.raw = ' <span class="btn btn--primary btn--table switchView"><svg class="icon icon-switchView"><use xlink:href="#icon-switchView" /></svg> ' + text + '</span>'
attribute.class = '' attribute.class = ''