From c47a1ac2319a530257ace5c3b17f5ca8c1d86dbf Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Fri, 3 Jun 2022 19:20:04 +0200 Subject: [PATCH] ubuntu-pro: use "Continue" instead of "Done" for buttons Signed-off-by: Olivier Gayot --- subiquity/ui/views/ubuntu_pro.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/subiquity/ui/views/ubuntu_pro.py b/subiquity/ui/views/ubuntu_pro.py index 84ad928b..1ea19bf5 100644 --- a/subiquity/ui/views/ubuntu_pro.py +++ b/subiquity/ui/views/ubuntu_pro.py @@ -118,11 +118,12 @@ class UbuntuProForm(Form): | You can always enable Ubuntu Pro later via the | | 'ua attach' command. | | | - | [ Done ] | - | [ Back ] | + | [ Continue ] | + | [ Back ] | +---------------------------------------------------------+ """ cancel_label = _("Back") + ok_label = _("Continue") group = [] with_token = RadioButtonField( @@ -192,8 +193,8 @@ class UbuntuProView(BaseView): | | | ( ) Skip Ubuntu Pro for now | | | - | [ Done ] | - | [ Back ] | + | [ Continue ] | + | [ Back ] | +---------------------------------------------------------+ """