login: add server URL format hint to login dialog
This commit is contained in:
parent
f05eec6d53
commit
88afb27a22
1 changed files with 2 additions and 1 deletions
|
|
@ -16,11 +16,12 @@ template $LoginDialog : Adw.Dialog {
|
|||
margin-end: 12;
|
||||
|
||||
Adw.PreferencesGroup {
|
||||
description: _("FreshRSS: https://example.com/api/greader.php\nMiniflux: https://example.com");
|
||||
|
||||
Adw.EntryRow server_url_row {
|
||||
title: _("Server URL");
|
||||
input-hints: no_spellcheck;
|
||||
input-purpose: url;
|
||||
// e.g. https://rss.example.com — /api/greader.php is added automatically
|
||||
}
|
||||
|
||||
Adw.EntryRow username_row {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue