1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-19 10:54:05 +02:00

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
});