更新 change_privacy_view.js

This commit is contained in:
钟进 2020-07-13 16:36:32 +00:00
parent 7a5dee9be1
commit 49fdc01a1e

View File

@ -57,7 +57,7 @@ var ChangePrivacyView = BaseDialog.extend({
); );
this._panes.addTab('saving', this._panes.addTab('saving',
ViewFactory.createByTemplate('common/templates/loading', { ViewFactory.createByTemplate('common/templates/loading', {
title: 'Saving privacy…', title: '保存…',
quote: randomQuote() quote: randomQuote()
}).render() }).render()
); );