mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 10:06:08 -05:00
commit
0df6da7efa
3 changed files with 5 additions and 5 deletions
|
@ -678,6 +678,7 @@
|
||||||
cla_url: "CLA"
|
cla_url: "CLA"
|
||||||
cla_suffix: "."
|
cla_suffix: "."
|
||||||
cla_agree: "I AGREE"
|
cla_agree: "I AGREE"
|
||||||
|
owner_approve: "An owner will need to approve it before your changes will become visible."
|
||||||
|
|
||||||
contact:
|
contact:
|
||||||
contact_us: "Contact CodeCombat"
|
contact_us: "Contact CodeCombat"
|
||||||
|
|
|
@ -18,7 +18,7 @@ block modal-body-content
|
||||||
input#major-version(name="version-is-major", type="checkbox")
|
input#major-version(name="version-is-major", type="checkbox")
|
||||||
span(data-i18n="versions.new_major_version") New Major Version
|
span(data-i18n="versions.new_major_version") New Major Version
|
||||||
else
|
else
|
||||||
.alert.alert-danger No changes
|
.alert.alert-danger(data-i18n="delta.no_changes") No changes
|
||||||
|
|
||||||
block modal-body-wait-content
|
block modal-body-wait-content
|
||||||
if hasChanges
|
if hasChanges
|
||||||
|
@ -30,13 +30,12 @@ block modal-body-wait-content
|
||||||
block modal-footer-content
|
block modal-footer-content
|
||||||
if hasChanges
|
if hasChanges
|
||||||
#accept-cla-wrapper.alert.alert-info
|
#accept-cla-wrapper.alert.alert-info
|
||||||
span(data-i18n="versions.cla_prefix") To save changes, first you must agree to our
|
span.spr(data-i18n="versions.cla_prefix") To save changes, first you must agree to our
|
||||||
|
|
|
||||||
strong#cla-link(data-i18n="versions.cla_url") CLA
|
strong#cla-link(data-i18n="versions.cla_url") CLA
|
||||||
span(data-i18n="versions.cla_suffix") .
|
span(data-i18n="versions.cla_suffix") .
|
||||||
button.btn.btn-sm#agreement-button(data-i18n="versions.cla_agree") I AGREE
|
button.btn.btn-sm#agreement-button(data-i18n="versions.cla_agree") I AGREE
|
||||||
if isPatch
|
if isPatch
|
||||||
.alert.alert-info An owner will need to approve it before your changes will become visible.
|
.alert.alert-info(data-i18n="versions.owner_approve") An owner will need to approve it before your changes will become visible.
|
||||||
|
|
||||||
.buttons
|
.buttons
|
||||||
button.btn(data-dismiss="modal", data-i18n="common.cancel") Cancel
|
button.btn(data-dismiss="modal", data-i18n="common.cancel") Cancel
|
||||||
|
|
|
@ -7,4 +7,4 @@ block modal-body-content
|
||||||
#account-settings-view
|
#account-settings-view
|
||||||
|
|
||||||
block modal-footer-content
|
block modal-footer-content
|
||||||
#save-button.btn-lg.btn.disabled(data-i18n="general.save" disabled="true") No Changes
|
#save-button.btn-lg.btn.disabled(data-i18n="delta.no_changes" disabled="true") No Changes
|
||||||
|
|
Loading…
Reference in a new issue