From 89e25796def560173ea9a99e956104dc436537b2 Mon Sep 17 00:00:00 2001 From: Quy Date: Wed, 25 Jan 2023 11:04:23 -0800 Subject: [PATCH] Add workflow strings (#39680) --- language/en-GB/com_content.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/language/en-GB/com_content.ini b/language/en-GB/com_content.ini index d1a9f8e1a9f75..a8a07ffaa97ae 100644 --- a/language/en-GB/com_content.ini +++ b/language/en-GB/com_content.ini @@ -82,6 +82,7 @@ COM_CONTENT_RATINGS_COUNT="Rating: %s" COM_CONTENT_READ_MORE="Read more …" COM_CONTENT_READ_MORE_TITLE="Read more: %s" COM_CONTENT_REGISTER_TO_READ_MORE="Register to read more …" +COM_CONTENT_RUN_TRANSITION="Run Transition" COM_CONTENT_SAVE_SUCCESS="Article saved." COM_CONTENT_SAVE_WARNING="Alias already existed so a number was added at the end. If you want to change the alias, please contact a site administrator" COM_CONTENT_SELECT_AN_ARTICLE="Select an Article" @@ -92,4 +93,5 @@ COM_CONTENT_TRANSITION="Transition" COM_CONTENT_VOTES="Vote" COM_CONTENT_VOTES_COUNT="Vote: %s" COM_CONTENT_WORKFLOW="Workflow" +COM_CONTENT_WORKFLOW_STAGE="Workflow Stage" COM_CONTENT_WRITTEN_BY="Written by: %s"