Update visibility descriptions

This commit is contained in:
freeplay 2023-06-25 11:11:18 -04:00
parent dabd0d0acc
commit 7fa2ed853a
2 changed files with 5 additions and 4 deletions

View file

@ -1628,11 +1628,11 @@ _poll:
remainingSeconds: "{s} second(s) remaining"
_visibility:
public: "Public"
publicDescription: "Your post will be visible for all users"
publicDescription: "Your post will be visible in all public timelines"
home: "Unlisted"
homeDescription: "Post to home timeline only"
followers: "Followers"
followersDescription: "Make visible to your followers only"
followersDescription: "Make visible to your followers and mentioned users only"
specified: "Direct"
specifiedDescription: "Make visible for specified users only"
localOnly: "Local only"

View file

@ -215,7 +215,6 @@ function choose(visibility: (typeof misskey.noteVisibilities)[number]): void {
.body {
flex: 1 1 auto;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
@ -226,7 +225,9 @@ function choose(visibility: (typeof misskey.noteVisibilities)[number]): void {
}
.itemDescription {
opacity: 0.6;
opacity: .6;
display: block;
line-height: 1.5;
}
.toggle {