Replace \u2014 with — (#3301)

This commit is contained in:
Daigo 3 Dango 2017-05-25 12:05:54 +00:00 committed by Eugen Rochko
parent c52090dbfe
commit 838f51770b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
- if !user_signed_in? && single_user_mode?
%span.single-user-login
= link_to t('auth.login'), new_user_session_path
\u2014
—
%span.domain= link_to site_hostname, root_path
%span.powered-by
!= t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/tootsuite/mastodon'))