Skip to content

Commit

Permalink
Merge pull request #9289 from HammyHavoc/patch-7
Browse files Browse the repository at this point in the history
[FIX] Wrong position of notifications alert in accounts preference page
  • Loading branch information
rodrigok authored Jan 2, 2018
2 parents 17846ed + 852bfbd commit 1fd3dd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ <h1>{{_ "Messages"}}</h1>
<option value="disabled" selected="{{selected 'emailNotificationMode' 'disabled'}}">{{_ "Email_Notification_Mode_Disabled"}}</option>
<option value="all" selected="{{selected 'emailNotificationMode' 'all'}}">{{_ "Email_Notification_Mode_All"}}</option>
</select>
<div class="info">{{_ "You_need_to_verifiy_your_email_address_to_get_notications"}}</div>
</div>
<div class="info">{{_ "You_need_to_verifiy_your_email_address_to_get_notications"}}</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 1fd3dd7

Please sign in to comment.