We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed7df6 commit f543729Copy full SHA for f543729
special-pages/pages/special-error/app/hooks/ErrorStrings.jsx
@@ -121,9 +121,7 @@ export function useAdvancedInfoHeading() {
121
case 'scam':
122
const { url } = /** @type {MaliciousSite} */ (errorData);
123
const anchorTagParams = reportSiteAnchorTagParams(url);
124
- const translationKey = /** @type {const} */ (
125
- `${kind}AdvancedInfoHeading`
126
- );
+ const translationKey = /** @type {const} */ (`${kind}AdvancedInfoHeading`);
127
return <Trans str={t(translationKey)} values={{ a: anchorTagParams }} />;
128
default:
129
}
0 commit comments