Skip to content

Commit fb3f2f1

Browse files
committed
Reworded sync message
1 parent 3ad8ca8 commit fb3f2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csp/sync.csp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
if defaultBasic {
116116
set message = "Please change branches to make sure your changes are committed."
117117
} else {
118-
set message = "Other users have unstaged changes in this namespace, so merging to remote will fail"
118+
set message = "Other users have work in progress in this namespace. They must commit their work before you can sync, or you can commit their work after review in the Git WebUI before trying to sync again."
119119
}
120120
&html<
121121
<div class = "alert">

0 commit comments

Comments
 (0)