mirror of https://github.com/KDE/kasts.git
Fix typo in sync settings form
This commit is contained in:
parent
e98c6dfdef
commit
06ea1b36ea
|
@ -142,7 +142,7 @@ Kirigami.ScrollablePage {
|
||||||
|
|
||||||
MobileForm.FormTextDelegate {
|
MobileForm.FormTextDelegate {
|
||||||
id: fetchLocalEpisodeStates
|
id: fetchLocalEpisodeStates
|
||||||
text: i18n("Fetch all local episode states from server")
|
text: i18n("Push all local episode states to server")
|
||||||
|
|
||||||
trailing: Controls.Button {
|
trailing: Controls.Button {
|
||||||
enabled: Sync.syncEnabled
|
enabled: Sync.syncEnabled
|
||||||
|
|
Loading…
Reference in New Issue