You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<label for="${configPath|encodeForHTMLAttribute}" class="control-label col-xs-12 col-sm-3 col-md-3">Choose terms and conditions language to change</label>
283
+
<label for="${configPath|encodeForHTMLAttribute}" class="control-label col-xs-12 col-sm-3 col-md-3">Choose language to change</label>
* a close button for closing the notification. Notifications can be used as a confirmation message, error message, etc.
311
311
*
312
312
* This function is mostly just a wrapper around jQuery.bootstrap.notify.js and supports all of the options documented
313
-
* at http://nijikokun.github.com/bootstrap-notify/.
313
+
* at https://github.com/goodybag/bootstrap-notify.
314
314
*
315
315
* @param {String} [title] The notification title
316
316
* @param {String} message The notification message that will be shown underneath the title. The message should be sanitized by the caller to allow for HTML inside of the notification
0 commit comments