From 13a86624ff234dd3b848fd92034b6f3eb4039b37 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 28 May 2013 15:39:12 -0200 Subject: [PATCH] Fixes U4-2248 Spelling error in back office --- .../umbraco_client/FolderBrowser/Js/folderbrowser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI/umbraco_client/FolderBrowser/Js/folderbrowser.js b/src/Umbraco.Web.UI/umbraco_client/FolderBrowser/Js/folderbrowser.js index 802b160003..762d8ebdf2 100644 --- a/src/Umbraco.Web.UI/umbraco_client/FolderBrowser/Js/folderbrowser.js +++ b/src/Umbraco.Web.UI/umbraco_client/FolderBrowser/Js/folderbrowser.js @@ -173,7 +173,7 @@ Umbraco.Sys.registerNamespace("Umbraco.Controls"); var self = this; // Inject the upload overlay - var instructions = 'draggable' in document.createElement('span') ? "

Drag files here to upload

\

Or, click the button below to chose the items to upload

" : "

Click the browse button below to chose the items to upload

"; + var instructions = 'draggable' in document.createElement('span') ? "

Drag files here to upload

\

Or, click the button below to choose the items to upload

" : "

Click the browse button below to chose the items to upload

"; var overlay = $("
" + "
" +