mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Slight wording change to Optional Message placeholder
This commit is contained in:
parent
2f3448ed1f
commit
f26477b3e1
1 changed files with 1 additions and 1 deletions
|
@ -926,7 +926,7 @@ Item {
|
|||
id: optionalMessage;
|
||||
property int maximumLength: 72;
|
||||
property string previousText: text;
|
||||
placeholderText: "<i>Optional Message (" + maximumLength + " character limit)</i>";
|
||||
placeholderText: "<i>Optional Public Message (" + maximumLength + " character limit)</i>";
|
||||
font.family: firaSansSemiBold.name;
|
||||
font.pixelSize: 20;
|
||||
// Anchors
|
||||
|
|
Loading…
Reference in a new issue