Skip to content

Commit

Permalink
Merge pull request #802 from andersson1234/tpm-fde-dialog-box-fix-typo
Browse files Browse the repository at this point in the history
fix typos in tpm fde dialog box
  • Loading branch information
spydon authored Aug 26, 2024
2 parents 5c13df1 + 2151e90 commit 298edf2
Show file tree
Hide file tree
Showing 56 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion packages/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"installationTypeZFSSelected": "ZFS selected",
"installationTypeZFSEncryptionSelected": "ZFS and encryption selected",
"installationTypeTPM": "Enable hardware-backed full disk encryption",
"installationTypeTPMInfo": "This is an experimental feature. It may not work with your hardware or future {DISTRO} releases. <a href=\"{url}\">Read about TPM encryption</a> before your choose this option.",
"installationTypeTPMInfo": "This is an experimental feature. It may not work with your hardware or future {DISTRO} releases. <a href=\"{url}\">Read about TPM encryption</a> before you choose this option.",
"@installationTypeTPMInfo": {
"placeholders": {
"DISTRO": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ abstract class UbuntuBootstrapLocalizations {
/// No description provided for @installationTypeTPMInfo.
///
/// In en, this message translates to:
/// **'This is an experimental feature. It may not work with your hardware or future {DISTRO} releases. <a href=\"{url}\">Read about TPM encryption</a> before your choose this option.'**
/// **'This is an experimental feature. It may not work with your hardware or future {DISTRO} releases. <a href=\"{url}\">Read about TPM encryption</a> before you choose this option.'**
String installationTypeTPMInfo(String DISTRO, String url);

/// No description provided for @installationTypeTPMSelected.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsAm extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsAr extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsBg extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsBn extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsBo extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsBs extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsCa extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsCy extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsDz extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsEl extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsEn extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsEt extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsEu extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsFa extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsGl extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsGu extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsHi extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsHr extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsHu extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsIs extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsIt extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsKa extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsKk extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsKm extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsKn extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsKo extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsKu extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsLo extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsLt extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsLv extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsMk extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsMl extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class UbuntuBootstrapLocalizationsMr extends UbuntuBootstrapLocalizations {

@override
String installationTypeTPMInfo(String DISTRO, String url) {
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before your choose this option.';
return 'This is an experimental feature. It may not work with your hardware or future $DISTRO releases. <a href=\"$url\">Read about TPM encryption</a> before you choose this option.';
}

@override
Expand Down
Loading

0 comments on commit 298edf2

Please sign in to comment.