Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
d54845f8
Commit
d54845f8
authored
Apr 02, 2016
by
Jeroen Vreeken
Browse files
Change 'Error' to 'Diff' in console.
(Error is to scary)
parent
05ad54b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
console/js/dt_status.js
View file @
d54845f8
...
...
@@ -87,8 +87,8 @@ function dt_status(element_name) {
this
.
val_el_pos
.
suffix_set
(
"
°
"
);
this
.
val_fb_pos
.
suffix_set
(
"
mm
"
);
this
.
val_t
.
suffix_set
(
"
UTC
"
);
this
.
val_az_sp
.
label_set
(
"
Error
"
);
this
.
val_el_sp
.
label_set
(
"
Error
"
);
this
.
val_az_sp
.
label_set
(
"
Diff
"
);
this
.
val_el_sp
.
label_set
(
"
Diff
"
);
this
.
val_az_north
.
label_set
(
"
North
"
);
this
.
val_az_north
.
suffix_set
(
"
°
"
);
this
.
val_az_sp
.
suffix_set
(
"
°
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment