]> git.datanom.net - omvzfs.git/commitdiff
Minor change to clarify shared folder creation. master
authorNiclas Berglind <nb@kjam.se>
Wed, 15 Oct 2014 19:48:41 +0000 (21:48 +0200)
committerMichael Rasmussen <mir@datanom.net>
Wed, 15 Oct 2014 19:58:52 +0000 (21:58 +0200)
Signed-off-by: Niclas Berglind <nb@kjam.se>
gui/js/omv/module/admin/storage/zfs/Overview.js

index 10a54f296890e340d19e037ff71ac22f4d93f0ca..3c0f25f8c16eecd6904e6e0be7314be1b4cd0df0 100644 (file)
@@ -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", {
This page took 0.032888 seconds and 5 git commands to generate.