Yuvipanda has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/222771

Change subject: Use 'this' rather than 'your' to indicate query status
......................................................................

Use 'this' rather than 'your' to indicate query status

Bug: T103275
Change-Id: I19e0bb31975724108ac398730f4d2aff84aa85f7
---
M quarry/web/static/templates/compiled.js
M quarry/web/static/templates/query-status.html
2 files changed, 6 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/quarry/web 
refs/changes/71/222771/1

diff --git a/quarry/web/static/templates/compiled.js 
b/quarry/web/static/templates/compiled.js
index 0b04167..d927a4a 100644
--- a/quarry/web/static/templates/compiled.js
+++ b/quarry/web/static/templates/compiled.js
@@ -53,17 +53,17 @@
 }
 else {
 if(runtime.contextOrFrameLookup(context, frame, "status") == "killed") {
-output += "\nYour query took longer than 20 minutes to execute and was 
killed.\n";
+output += "\nThis query took longer than 20 minutes to execute and was 
killed.\n";
 ;
 }
 else {
 if(runtime.contextOrFrameLookup(context, frame, "status") == "queued") {
-output += "\nYour query is waiting to be executed\n";
+output += "\nThis query is waiting to be executed\n";
 ;
 }
 else {
 if(runtime.contextOrFrameLookup(context, frame, "status") == "running") {
-output += "\nYour query is currently executing\n";
+output += "\nThis query is currently executing\n";
 ;
 }
 ;
diff --git a/quarry/web/static/templates/query-status.html 
b/quarry/web/static/templates/query-status.html
index a8ac053..6481799 100644
--- a/quarry/web/static/templates/query-status.html
+++ b/quarry/web/static/templates/query-status.html
@@ -2,9 +2,9 @@
 <strong>Error</strong>
 <pre>{{ extra.error }}</pre>
 {% elif status == 'killed' %}
-Your query took longer than 20 minutes to execute and was killed.
+This query took longer than 20 minutes to execute and was killed.
 {% elif status == 'queued' %}
-Your query is waiting to be executed
+This query is waiting to be executed
 {% elif status == 'running' %}
-Your query is currently executing
+This query is currently executing
 {% endif %}

-- 
To view, visit https://gerrit.wikimedia.org/r/222771
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I19e0bb31975724108ac398730f4d2aff84aa85f7
Gerrit-PatchSet: 1
Gerrit-Project: analytics/quarry/web
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to