From 74863292156abbbf5bb6f951c1f7e9d89e2be334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Wed, 12 Feb 2020 20:38:41 +0100 Subject: [PATCH] Spelling: for example (#5855) --- frontend/apps/cloudstorage/webdav.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/apps/cloudstorage/webdav.lua b/frontend/apps/cloudstorage/webdav.lua index d17c3183d..1a8cec8a4 100644 --- a/frontend/apps/cloudstorage/webdav.lua +++ b/frontend/apps/cloudstorage/webdav.lua @@ -50,7 +50,7 @@ The start folder is appended to the server path.]]) local hint_name = _("Server display name") local text_name = "" - local hint_address = _("WebDAV address eg https://example.com/dav") + local hint_address = _("WebDAV address, for example https://example.com/dav") local text_address = "" local hint_username = _("Username") local text_username = ""