mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	streams: Change stream-privacy-model save button text to Save changes.
				
					
				
			This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							bb8ad15fa9
						
					
				
				
					commit
					518764b843
				
			@@ -1261,7 +1261,7 @@ run_test('handlebars_bug', () => {
 | 
			
		||||
 | 
			
		||||
    var button = $(html).find("#change-stream-privacy-button");
 | 
			
		||||
    assert(button.hasClass("btn-danger"));
 | 
			
		||||
    assert.equal(button.text().trim(), "translated: Change privacy");
 | 
			
		||||
    assert.equal(button.text().trim(), "translated: Save changes");
 | 
			
		||||
}());
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,7 @@
 | 
			
		||||
        <button class="btn btn-default close-privacy-modal">{{t "Cancel" }}</button>
 | 
			
		||||
        <button class="btn btn-danger" id="change-stream-privacy-button"
 | 
			
		||||
          tabindex="-1" data-stream-id="{{stream_id}}">
 | 
			
		||||
            {{t "Change privacy"}}
 | 
			
		||||
            {{t "Save changes"}}
 | 
			
		||||
        </button>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user