Fix typo in "Date Modified".

This commit is contained in:
Alex Quach
2018-06-17 10:32:20 -07:00
parent 38956471b1
commit 6660312da2

View File

@@ -128,7 +128,7 @@ angular.module('app')
if(this.sortBy == "created_at") {
base += " Date Added";
} else if(this.sortBy == "client_updated_at") {
base += " Date Modifed";
base += " Date Modified";
} else if(this.sortBy == "title") {
base += " Title";
}