Removing colons

This commit is contained in:
Luc Charland
2015-07-31 14:14:30 -04:00
parent 90b7ce7ec3
commit 2f8f8c78f7
178 changed files with 2360 additions and 2354 deletions
+1 -1
View File
@@ -265,7 +265,7 @@
<md-input-container class="md-flex md-tile-content"
ng-show="app.editMode == folder.path">
<input class="folder-name" type="text"
label:aria-label="Enter the new name of your folder :"
label:aria-label="Enter the new name of your folder "
ng-model="folder.name"
ng-blur="app.saveFolder(folder)"
sg-focus-on="mailboxName_{{folder.path}}"