mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-15 07:49:12 +02: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