Use better strings for placeholders (IOS-152)
Co-authored-by: Jed Fox <git@jedfox.com>
This commit is contained in:
parent
e87b06efe4
commit
da8da2ae4b
@ -874,17 +874,17 @@
|
|||||||
"hashtag": {
|
"hashtag": {
|
||||||
"configuration": {
|
"configuration": {
|
||||||
"display_name": "Hashtag",
|
"display_name": "Hashtag",
|
||||||
"description": "Shows a recent status with the selected hashtag."
|
"description": "Shows a recent post with the selected hashtag."
|
||||||
},
|
},
|
||||||
"not_found": {
|
"not_found": {
|
||||||
"account_name": "John Mastodon",
|
"account_name": "John Mastodon",
|
||||||
"account": "@johnMastodon@no-such.account",
|
"account": "@johnMastodon@no-such.account",
|
||||||
"content": "Sorry, we didn't find a status with <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the Widget-settings."
|
"content": "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings."
|
||||||
},
|
},
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
"account_name": "John Mastodon",
|
"account_name": "John Mastodon",
|
||||||
"account": "@johnMastodon@no-such.account",
|
"account": "@johnMastodon@no-such.account",
|
||||||
"content": "This is how a status with a <a>#hashtag</a> would look like. Of course you can decide about the <a>#hashtag</a>"
|
"content": "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user