From 9f2f49761f46d21417199cf1118b3d08084ae0fb Mon Sep 17 00:00:00 2001 From: Niclas Berglind Date: Wed, 15 Oct 2014 21:48:41 +0200 Subject: [PATCH] Minor change to clarify shared folder creation. Signed-off-by: Niclas Berglind --- gui/js/omv/module/admin/storage/zfs/Overview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/js/omv/module/admin/storage/zfs/Overview.js b/gui/js/omv/module/admin/storage/zfs/Overview.js index 10a54f2..3c0f25f 100644 --- a/gui/js/omv/module/admin/storage/zfs/Overview.js +++ b/gui/js/omv/module/admin/storage/zfs/Overview.js @@ -887,11 +887,11 @@ Ext.define("OMV.module.admin.storage.zfs.Overview", { flex: 1, stateId: 'mountpoint' },{ - text: _("Share"), + text: _("Share folder"), xtype: 'actioncolumn', tooltip: 'Create shared folder', align: 'center', - icon: 'images/checkmark.png', + icon: 'images/share.png', handler: function(view, rowIndex, colIndex, item, e, record, row) { var me = this; Ext.create("OMV.module.admin.storage.zfs.CreateShare", { -- 2.39.2