Skip to content

Commit d620bec

Browse files
committed
shorten warning message
1 parent 479447f commit d620bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Data/Config/Config.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class Config extends TableView {
127127
}}
128128
>
129129
<div className={[browserStyles.confirmConfig]}>
130-
The parameter you are trying to save has been modified while you were editing it. This means your edit is not based on the current parameter value. Do you want to continue and overwrite the other changes?
130+
This parameter changed while you were editing it. If you continue, the latest changes will be lost and replaced with your version. Do you want to proceed?
131131
</div>
132132
</Modal>
133133
);

0 commit comments

Comments
 (0)