1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-06 03:34:04 +00:00
Sonarr/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
});