ubuntu-pro: use "Continue" instead of "Done" for buttons

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
This commit is contained in:
Olivier Gayot 2022-06-03 19:20:04 +02:00
parent a2fad919c6
commit c47a1ac231
1 changed files with 5 additions and 4 deletions

View File

@ -118,11 +118,12 @@ class UbuntuProForm(Form):
| You can always enable Ubuntu Pro later via the | | You can always enable Ubuntu Pro later via the |
| 'ua attach' command. | | 'ua attach' command. |
| | | |
| [ Done ] | | [ Continue ] |
| [ Back ] | | [ Back ] |
+---------------------------------------------------------+ +---------------------------------------------------------+
""" """
cancel_label = _("Back") cancel_label = _("Back")
ok_label = _("Continue")
group = [] group = []
with_token = RadioButtonField( with_token = RadioButtonField(
@ -192,7 +193,7 @@ class UbuntuProView(BaseView):
| | | |
| ( ) Skip Ubuntu Pro for now | | ( ) Skip Ubuntu Pro for now |
| | | |
| [ Done ] | | [ Continue ] |
| [ Back ] | | [ Back ] |
+---------------------------------------------------------+ +---------------------------------------------------------+
""" """