From 499f555c72be829948da70d3580b8e9186bc600d Mon Sep 17 00:00:00 2001 From: RAHUL Date: Sun, 16 Apr 2017 21:23:01 -0400 Subject: [PATCH 1/2] [WIP] change Publish popup title --- views/editor/publish.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/views/editor/publish.html b/views/editor/publish.html index d51f32005..4c0eba4f3 100644 --- a/views/editor/publish.html +++ b/views/editor/publish.html @@ -7,9 +7,11 @@
- -

{{ gettext("publishHeader") }}

- + {% if project.publish_url %} +

{{ gettext("publishHeader") }}

+ {% else %} +

{{ gettext("projectLive") }}

+ {% endif %}

{{ gettext("publishChangesPrompt") }}

{{ gettext("publishChangesBtn") }}
From a6aa6b2eae9b8a0b09ff84720b71a85b348a8d45 Mon Sep 17 00:00:00 2001 From: RAHUL Date: Sun, 16 Apr 2017 21:25:57 -0400 Subject: [PATCH 2/2] Added messages.properties --- locales/en-US/messages.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/en-US/messages.properties b/locales/en-US/messages.properties index b02466d4e..2e1a4204e 100644 --- a/locales/en-US/messages.properties +++ b/locales/en-US/messages.properties @@ -77,6 +77,7 @@ publishUnpublishingIndicator=Unpublishing... publishProjectDescription=Project Description publishCancelBtn=Cancel publishDeleteWarning=Are you sure? The current link will stop working and if you publish again, the link will be different. +projectLive=Your Project is Online ################## ## Project List ##