Skip to content

Commit 62a7e58

Browse files
committed
Fix grammar 'staff has been' -> 'staff have been'
1 parent 0f151d0 commit 62a7e58

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

src/templates/Comment/Delete.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ switch ($this->getContext()->error) {
2727
break;
2828
case "INTERNAL_ERROR":
2929
$message = "An internal error occurred while processing your request. "
30-
. "Our staff has been notified of the issue. Try again later.";
30+
. "Our staff have been notified of the issue. Try again later.";
3131
break;
3232
default:
3333
$message = $this->getContext()->error;

src/templates/Comment/Edit.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ switch ($this->getContext()->error) {
2828
break;
2929
case "INTERNAL_ERROR":
3030
$message = "An internal error occurred while processing your request. "
31-
. "Our staff has been notified of the issue. Try again later.";
31+
. "Our staff have been notified of the issue. Try again later.";
3232
break;
3333
default:
3434
$message = $this->getContext()->error;

src/templates/Document/Create.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ switch ($this->getContext()->error) {
2828
break;
2929
case "INTERNAL_ERROR":
3030
$message = "An internal error occurred while processing your request. "
31-
. "Our staff has been notified of the issue. Try again later.";
31+
. "Our staff have been notified of the issue. Try again later.";
3232
break;
3333
default:
3434
$message = $this->getContext()->error;

src/templates/Document/Delete.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ switch ($this->getContext()->error) {
2727
break;
2828
case "INTERNAL_ERROR":
2929
$message = "An internal error occurred while processing your request. "
30-
. "Our staff has been notified of the issue. Try again later.";
30+
. "Our staff have been notified of the issue. Try again later.";
3131
break;
3232
default:
3333
$message = $this->getContext()->error;

src/templates/Document/Edit.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ switch ($this->getContext()->error) {
3131
break;
3232
case "INTERNAL_ERROR":
3333
$message = "An internal error occurred while processing your request. "
34-
. "Our staff has been notified of the issue. Try again later.";
34+
. "Our staff have been notified of the issue. Try again later.";
3535
break;
3636
default:
3737
$message = $this->getContext()->error;

src/templates/GlobalErrorHandler.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<header class="red">Internal Error</header>
121121
<section class="red">
122122
<p>An internal server error occurred while processing your request.</p>
123-
<p>The BNETDocs staff has been notified of this issue.</p>
123+
<p>The BNETDocs staff have been notified of this issue.</p>
124124
<p>Please <a href="https://github.com/BNETDocs/bnetdocs-web/issues/new?title=Internal+Error">report this issue to GitHub</a> if it persists.</p>
125125
</section>
126126
</article>

src/templates/News/Create.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ switch ($this->getContext()->error) {
2828
break;
2929
case "INTERNAL_ERROR":
3030
$message = "An internal error occurred while processing your request. "
31-
. "Our staff has been notified of the issue. Try again later.";
31+
. "Our staff have been notified of the issue. Try again later.";
3232
break;
3333
default:
3434
$message = $this->getContext()->error;

src/templates/News/Delete.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ switch ($this->getContext()->error) {
2727
break;
2828
case "INTERNAL_ERROR":
2929
$message = "An internal error occurred while processing your request. "
30-
. "Our staff has been notified of the issue. Try again later.";
30+
. "Our staff have been notified of the issue. Try again later.";
3131
break;
3232
default:
3333
$message = $this->getContext()->error;

src/templates/News/Edit.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ switch ($this->getContext()->error) {
3131
break;
3232
case "INTERNAL_ERROR":
3333
$message = "An internal error occurred while processing your request. "
34-
. "Our staff has been notified of the issue. Try again later.";
34+
. "Our staff have been notified of the issue. Try again later.";
3535
break;
3636
default:
3737
$message = $this->getContext()->error;

src/templates/Packet/Delete.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ switch ($this->getContext()->error) {
2727
break;
2828
case "INTERNAL_ERROR":
2929
$message = "An internal error occurred while processing your request. "
30-
. "Our staff has been notified of the issue. Try again later.";
30+
. "Our staff have been notified of the issue. Try again later.";
3131
break;
3232
default:
3333
$message = $this->getContext()->error;

0 commit comments

Comments
 (0)