更新 change_privacy_view.spec.js

This commit is contained in:
2020-07-13 16:37:35 +00:00
parent e3482b1173
commit 36008237fb

View File

@@ -101,7 +101,7 @@ describe('dashboard/dialogs/change_privacy/change_privacy_view', function() {
});
it('should render saving view', function() {
expect(this.innerHTML()).toContain('Saving privacy…');
expect(this.innerHTML()).toContain('保存…');
});
describe('when save succeeds', function() {