Fix app.jsons (again)

This commit is contained in:
Nathan Mattes 2023-09-20 22:00:23 +02:00
parent b9ca2e59ea
commit 08e71fbcda
2 changed files with 7 additions and 5 deletions

View File

@ -651,10 +651,11 @@
}
},
"searching": {
"posts": "Posts with \"%@\"",
"people": "People with \"%@\"",
"profile": "Go to @%@@%@",
"url": "Open Link",
"posts": "Posts with \"%s\"",
"people": "People with \"%s\"",
"profile": "Go to @%s@%s",
"url": "Open URL in Mastodon",
"hashtag": "Go to #%s",
"empty_state": {
"no_results": "No results"
},

View File

@ -654,7 +654,8 @@
"posts": "Posts with \"%s\"",
"people": "People with \"%s\"",
"profile": "Go to @%s@%s",
"url": "Open Link",
"url": "Open URL in Mastodon",
"hashtag": "Go to #%s",
"empty_state": {
"no_results": "No results"
},