-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean repeated static string interpolation (#5261)
* changes for 'openverse' string literal * removed interpolation for openverse * changes to test files * removing repeat string interpolation for about page * Update the last 3 occurrences * Update the Playwright utility --------- Co-authored-by: Olga Bulat <[email protected]>
- Loading branch information
1 parent
be13113
commit 56be647
Showing
12 changed files
with
204 additions
and
214 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,6 @@ const handleChange = ({ checked }: { checked?: boolean }) => { | |
$t("privacy.intro.link") | ||
}}</VLink> | ||
</template> | ||
<template #openverse>Openverse</template> | ||
</i18n-t> | ||
|
||
<h2> | ||
|
@@ -60,7 +59,6 @@ const handleChange = ({ checked }: { checked?: boolean }) => { | |
</h2> | ||
|
||
<i18n-t scope="global" keypath="privacy.contact.content" tag="p"> | ||
<template #openverse>Openverse</template> | ||
<template #email> | ||
<VLink href="mailto:[email protected]" | ||
>[email protected]</VLink | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.