Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
27a5fd29
Commit
27a5fd29
authored
Mar 31, 2011
by
Vangelis Koukis
Browse files
Fix stray Greek Alpha in JS source
parent
30f429cc
Changes
1
Show whitespace changes
Inline
Side-by-side
ui/templates/machines.html
View file @
27a5fd29
...
...
@@ -168,8 +168,8 @@
<div
class=
"confirm_multiple"
>
<p>
{% trans "Your actions will affect" %}
<span
class=
"actionLen"
>
XX
</span>
{% trans "machines" %}
</p>
<button
class=
"yes"
>
{% trans "Confirm
Α
ll" %}
</button>
<button
class=
"no"
>
{% trans "Cancel
Α
ll" %}
</button>
<button
class=
"yes"
>
{% trans "Confirm
A
ll" %}
</button>
<button
class=
"no"
>
{% trans "Cancel
A
ll" %}
</button>
</div>
<div
id=
"machines"
class=
"separator"
></div>
...
...
Write
Preview
Markdown
is supported
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