Skip to content

Commit

Permalink
Actually fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
miko authored and tzarebczan committed Apr 10, 2024
1 parent 8c7dfa6 commit cde4cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/app-strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2960,7 +2960,7 @@
"Larger comment histories may take time to load": "Larger comment histories may take time to load",
"Disable Slimes Video + Comments": "Disable Slimes Video + Comments",
"Disable Reactions Video + Comments": "Disable Reactions Video + Comments",
"Disable Tipping And Boosting": "Disable Tipping And Boosting",
"Disable Tipping and Boosting": "Disable Tipping and Boosting",

"--end--": "--end--"
}
2 changes: 1 addition & 1 deletion ui/component/tagsSearch/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default function TagsSearch(props: Props) {
CONTROL_TAGS.map((t) => {
let label;
if (t === 'disable-support') {
label = __('Disable Tipping And Boosting');
label = __('Disable Tipping and Boosting');
} else if (t === 'c:disable-reactions-all') {
label = __('Disable Reactions Video + Comments');
} else if (t === 'c:disable-slimes-all') {
Expand Down

0 comments on commit cde4cbe

Please sign in to comment.