You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2016/10/17 23:12:27 UTC

incubator-ponymail git commit: Grammar: verb needs to agree in number

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 91713183d -> aca26d68b


Grammar: verb needs to agree in number


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/aca26d68
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/aca26d68
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/aca26d68

Branch: refs/heads/master
Commit: aca26d68bbd20cdbca4ee4f9feea8784a110fe2f
Parents: 9171318
Author: Sebb <se...@apache.org>
Authored: Tue Oct 18 00:12:12 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Tue Oct 18 00:12:12 2016 +0100

----------------------------------------------------------------------
 site/js/dev/ponymail_phonebook.js | 4 ++--
 site/js/notifications.js          | 2 +-
 site/js/ponymail.js               | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/aca26d68/site/js/dev/ponymail_phonebook.js
----------------------------------------------------------------------
diff --git a/site/js/dev/ponymail_phonebook.js b/site/js/dev/ponymail_phonebook.js
index 8c76ee0..94e7bdd 100644
--- a/site/js/dev/ponymail_phonebook.js
+++ b/site/js/dev/ponymail_phonebook.js
@@ -141,7 +141,7 @@ function seedDomains(json) {
     dshow.setAttribute("id", "active_domlist")
     obj.appendChild(dshow)
     if (doms.length == 0) {
-        obj.innerHTML = "There doesn't seem to be any domains or mailing lists here yet..."
+        obj.innerHTML = "There don't seem to be any domains or mailing lists here yet..."
     } else {
         showDomains(fl)
     }
@@ -193,7 +193,7 @@ function seedTable(json) {
     
     // Got any lists?
     if (lists.length == 0) {
-        obj.innerHTML = "There doesn't seem to be any domains or mailing lists here yet..."
+        obj.innerHTML = "There don't seem to be any domains or mailing lists here yet..."
     } else {
         var title = document.createElement('h4')
         title.appendChild(document.createTextNode('Available lists:'))

http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/aca26d68/site/js/notifications.js
----------------------------------------------------------------------
diff --git a/site/js/notifications.js b/site/js/notifications.js
index c07a593..5c8badd 100644
--- a/site/js/notifications.js
+++ b/site/js/notifications.js
@@ -111,7 +111,7 @@ function renderNotifications(json) {
         nest += "</ul>"
         document.getElementById('notifications').innerHTML = nest
     } else {
-        document.getElementById('notifications').innerHTML = "There doesn't seem to be any notifications for you yet."
+        document.getElementById('notifications').innerHTML = "There don't seem to be any notifications for you yet."
     }
 }
 

http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/aca26d68/site/js/ponymail.js
----------------------------------------------------------------------
diff --git a/site/js/ponymail.js b/site/js/ponymail.js
index 3d8dd66..e5fa5c6 100644
--- a/site/js/ponymail.js
+++ b/site/js/ponymail.js
@@ -4293,7 +4293,7 @@ function seedDomains(json) {
     dshow.setAttribute("id", "active_domlist")
     obj.appendChild(dshow)
     if (doms.length == 0) {
-        obj.innerHTML = "There doesn't seem to be any domains or mailing lists here yet..."
+        obj.innerHTML = "There don't seem to be any domains or mailing lists here yet..."
     } else {
         showDomains(fl)
     }
@@ -4345,7 +4345,7 @@ function seedTable(json) {
     
     // Got any lists?
     if (lists.length == 0) {
-        obj.innerHTML = "There doesn't seem to be any domains or mailing lists here yet..."
+        obj.innerHTML = "There don't seem to be any domains or mailing lists here yet..."
     } else {
         var title = document.createElement('h4')
         title.appendChild(document.createTextNode('Available lists:'))