[ADF-5132] Review UI strings (#5649)

This commit is contained in:
Mark Hulbert
2020-04-28 16:52:33 +01:00
committed by GitHub
parent 831979a3f0
commit d5b18cf4ff
3 changed files with 7 additions and 8 deletions

View File

@@ -70,8 +70,8 @@
}, },
"NODE_SELECTOR": { "NODE_SELECTOR": {
"CANCEL": "Cancel", "CANCEL": "Cancel",
"CHOOSE": "Choose", "CHOOSE": "Select",
"CHOOSE_ITEM": "Choose '{{ name }}' to...", "CHOOSE_ITEM": "Select content to attach from '{{ name }}'",
"COPY": "Copy", "COPY": "Copy",
"COPY_ITEM": "Copy '{{ name }}' to...", "COPY_ITEM": "Copy '{{ name }}' to...",
"MOVE": "Move", "MOVE": "Move",

View File

@@ -43,7 +43,7 @@
"PROCESS_NAME_REQUIRED": "Process Name is required", "PROCESS_NAME_REQUIRED": "Process Name is required",
"PROCESS_DEFINITION_REQUIRED": "Process Definition is required", "PROCESS_DEFINITION_REQUIRED": "Process Definition is required",
"MAXIMUM_LENGTH": "Length exceeded, {{characters}} characters max.", "MAXIMUM_LENGTH": "Length exceeded, {{characters}} characters max.",
"SPACE_VALIDATOR": "Space is not allowed in the beginning or the end of the text." "SPACE_VALIDATOR": "Cannot begin or end with a space."
} }
} }
}, },

View File

@@ -289,7 +289,7 @@
"LOAD_PROCESS_DEFS": "Couldn't load process definitions, check you have access.", "LOAD_PROCESS_DEFS": "Couldn't load process definitions, check you have access.",
"START": "Couldn't start new process instance, check you have access.", "START": "Couldn't start new process instance, check you have access.",
"MAXIMUM_LENGTH": "Length exceeded, {{characters}} characters max.", "MAXIMUM_LENGTH": "Length exceeded, {{characters}} characters max.",
"SPACE_VALIDATOR": "Space is not allowed in the beginning or the end of the text.", "SPACE_VALIDATOR": "Cannot begin or end with a space.",
"PROCESS_NAME_REQUIRED": "Process name is required." "PROCESS_NAME_REQUIRED": "Process name is required."
} }
}, },
@@ -327,14 +327,13 @@
}, },
"ATTACH-FILE": { "ATTACH-FILE": {
"DIALOG" : { "DIALOG" : {
"LOGIN": "Please log in for {{ ecmHost }}" "LOGIN": "Sign into '{{ ecmHost }}'"
}, },
"ACTIONS": { "ACTIONS": {
"LOGIN": "Login", "LOGIN": "Login",
"CANCEL": "Cancel", "CANCEL": "Cancel",
"CHOOSE": "Choose", "CHOOSE": "Select",
"CHOOSE_ITEM": "Choose {{ name }} to...", "CHOOSE_ITEM": "Select content to attach from '{{ name }}'"
"CHOOSE_IN": "Choose file in {{ name }}..."
} }
}, },
"ADF_TASK_FORM": { "ADF_TASK_FORM": {