Fix app.jsons (again)
This commit is contained in:
parent
b9ca2e59ea
commit
08e71fbcda
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue