From 08f2e05b67da634907fbfe50e88d0027553ec935 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Fri, 2 Jun 2017 17:39:51 +1000 Subject: [PATCH] Download URL -> URL --- modules/cms/lang/en/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cms/lang/en/lang.php b/modules/cms/lang/en/lang.php index 3ca8cc453..4fed7b555 100644 --- a/modules/cms/lang/en/lang.php +++ b/modules/cms/lang/en/lang.php @@ -284,7 +284,7 @@ return [ 'size' => 'Size', 'title' => 'Title', 'last_modified' => 'Last modified', - 'public_url' => 'Download URL', + 'public_url' => 'URL', 'click_here' => 'Click here', 'thumbnail_error' => 'Error generating thumbnail.', 'return_to_parent' => 'Return to the parent folder',