1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/UI/Settings/Notifications/Model.js

10 lines
227 B
JavaScript
Raw Normal View History

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