Skip to content

Commit

Permalink
misc(strings): fix WebAuthetication typo (#16028)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Jun 1, 2024
1 parent 73f7fb5 commit a1d424e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/lib/bf-cache-strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ const UIStrings = {
/**
* @description Description text for not restored reason NotMainFrame.
*/
contentWebAuthenticationAPI: 'Pages that use WebAuthetication API are not eligible for back/forward cache.',
contentWebAuthenticationAPI: 'Pages that use WebAuthentication API are not eligible for back/forward cache.',
/**
* @description Description text for not restored reason NotMainFrame.
*/
Expand Down Expand Up @@ -674,4 +674,4 @@ const NotRestoredReasonDescription = {
export {
NotRestoredReasonDescription,
UIStrings,
};
};
2 changes: 1 addition & 1 deletion shared/localization/locales/en-US.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shared/localization/locales/en-XL.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1d424e

Please sign in to comment.