diff options
-rw-r--r-- | modules/luci-base/htdocs/luci-static/resources/network.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/network.js b/modules/luci-base/htdocs/luci-static/resources/network.js index c79022968c..ec40e78beb 100644 --- a/modules/luci-base/htdocs/luci-static/resources/network.js +++ b/modules/luci-base/htdocs/luci-static/resources/network.js @@ -2312,7 +2312,7 @@ Protocol = L.Class.extend(/** @lends LuCI.Network.Protocol.prototype */ { * @param {string} ifname * The name of the interface to be created. * - * @returns {Promise<null|error message>} + * @returns {Promise<null|string>} * Returns `null` if new interface is createable, else returns (error) message. */ isCreateable: function(ifname) { |