ubuntu-pro: spell "how to register" consistently

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
This commit is contained in:
Olivier Gayot 2022-07-07 11:32:34 +02:00
parent 324ff0bc8f
commit 319259f6ac
1 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ class UbuntuProView(BaseView):
| To upgrade to Ubuntu Pro, you can enter your token |
| manually. |
| |
| [ How to Register -> ] |
| [ How to register -> ] |
| |
| (X) Add token manually |
| Token: C123456789ABCDEF |
@ -257,7 +257,7 @@ class UbuntuProView(BaseView):
" manually.")
how_to_register_btn = menu_btn(
_("How to Register"),
_("How to register"),
on_press=lambda unused: self.show_how_to_register()
)
bp = button_pile([how_to_register_btn])