Skip to content

Commit

Permalink
Update feature message
Browse files Browse the repository at this point in the history
  • Loading branch information
dheyay committed Feb 5, 2024
1 parent e6f1b4d commit 45d75e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions debian/po/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-16 08:56-0500\n"
"POT-Creation-Date: 2024-02-05 11:04-0800\n"
"PO-Revision-Date: 2023-09-25 12:29-0400\n"
"Last-Translator: Lucas Moura <[email protected]>\n"
"Language-Team: Brazilian Portuguese <[email protected]."
Expand Down Expand Up @@ -2831,17 +2831,17 @@ msgid ""
"The current kernel ({{version}}, {{arch}}) has reached the end of its "
"livepatch support.\n"
"Supported kernels are listed here: {url}\n"
"Either switch to a supported kernel or `pro disable livepatch` to dismiss "
"this warning."
"Either switch to a supported kernel or `sudo pro disable livepatch` to "
"dismiss this warning."
msgstr ""

#: ../../uaclient/messages/__init__.py:1828
#, python-brace-format
msgid ""
"The current kernel ({{version}}, {{arch}}) is not supported by livepatch.\n"
"Supported kernels are listed here: {url}\n"
"Either switch to a supported kernel or `pro disable livepatch` to dismiss "
"this warning."
"Either switch to a supported kernel or `sudo pro disable livepatch` to "
"dismiss this warning."
msgstr ""

#: ../../uaclient/messages/__init__.py:1838
Expand Down
10 changes: 5 additions & 5 deletions debian/po/ubuntu-pro.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-16 08:56-0500\n"
"POT-Creation-Date: 2024-02-05 11:04-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -2496,17 +2496,17 @@ msgid ""
"The current kernel ({{version}}, {{arch}}) has reached the end of its "
"livepatch support.\n"
"Supported kernels are listed here: {url}\n"
"Either switch to a supported kernel or `pro disable livepatch` to dismiss "
"this warning."
"Either switch to a supported kernel or `sudo pro disable livepatch` to "
"dismiss this warning."
msgstr ""

#: ../../uaclient/messages/__init__.py:1828
#, python-brace-format
msgid ""
"The current kernel ({{version}}, {{arch}}) is not supported by livepatch.\n"
"Supported kernels are listed here: {url}\n"
"Either switch to a supported kernel or `pro disable livepatch` to dismiss "
"this warning."
"Either switch to a supported kernel or `sudo pro disable livepatch` to "
"dismiss this warning."
msgstr ""

#: ../../uaclient/messages/__init__.py:1838
Expand Down
2 changes: 1 addition & 1 deletion features/livepatch.feature
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Feature: Livepatch
NOTICES
The current kernel \(5.4.0-(\d+)-kvm, x86_64\) is not supported by livepatch.
Supported kernels are listed here: https://ubuntu.com/security/livepatch/docs/kernels
Either switch to a supported kernel or `pro disable livepatch` to dismiss this warning.
Either switch to a supported kernel or `sudo pro disable livepatch` to dismiss this warning.
"""
When I run `pro disable livepatch` with sudo
Expand Down

0 comments on commit 45d75e4

Please sign in to comment.