1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 02:18:06 +00:00
Lidarr/UI/Settings/Notifications/Model.js

10 lines
227 B
JavaScript
Raw Normal View History

2013-06-25 17:34:33 -07:00
'use strict';
define([
'Settings/SettingsModelBase'], function (ModelBase) {
return ModelBase.extend({
successMessage: 'Notification Saved',
errorMessage : 'Couldn\'t save notification'
2013-05-19 21:19:54 -07:00
});
2013-06-25 17:34:33 -07:00
});