diff --git a/src/translation/en.json b/src/translation/en.json index 2bf20c30e..1fac791b4 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -1385,6 +1385,9 @@ "running": "Running", "stopped": "Stopped", "notResponding": "Not Responding" + }, + "stopDialog": { + "title": "Really stop app {{ app }}?" } }, "login": { diff --git a/src/views/app.html b/src/views/app.html index 4724cb8df..28ef588e2 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -41,6 +41,21 @@ + + +