Skip to content

Commit b5e518f

Browse files
committed
Remove 'whitespaces will be removed' message
1 parent 5bd05de commit b5e518f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/repo-editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export function initRepoEditor() {
116116
if (!warningDiv) {
117117
warningDiv = document.createElement('div');
118118
warningDiv.classList.add('ui', 'warning', 'message', 'flash-message', 'flash-warning', 'space-related');
119-
warningDiv.innerHTML = '<p>Parent directory contains leading or trailing whitespace.</p><p>These whitespaces will be removed.</p>';
119+
warningDiv.innerHTML = '<p>Parent directory contains leading or trailing whitespace.</p>';
120120
// Add display 'block' because display is set to 'none' in formantic\build\semantic.css
121121
warningDiv.style.display = 'block';
122122
const inputContainer = document.querySelector('.repo-editor-header');

0 commit comments

Comments
 (0)