Say ‘done’ not ‘back’

We use ‘back’ to label a control which navigates to a previous page now.
It could be confusing to keep this control labelled the same way. And
in the future the folder permissions interaction definitely shouldn’t be
using ‘back’, because it suggests undoing the selection you’ve made.
This commit is contained in:
Chris Hill-Scott
2019-04-30 10:49:43 +01:00
parent 71835a4182
commit 078e9bc7a4

View File

@@ -30,7 +30,7 @@
<label for="{{id}}">{{label}}</label>
</div>
{{/choices}}
<input type='button' class='js-reset-button js-reset-button-block' value='Back' />
<input type='button' class='js-reset-button js-reset-button-block' value='Done' />
</div>
`),
'chosen': Hogan.compile(`