This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit daf0cb9b authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Fix typos

parent c4bae873
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<div style="float: left;"> <div style="float: left;">
<p class="card-text" jhiTranslate="exercise.details.bookmark"></p> <p class="card-text" jhiTranslate="exercise.details.bookmark"></p>
</div> </div>
<ng-template #helpBookmark> {{ 'exercise.commingSoon' | translate}}</ng-template> <ng-template #helpBookmark> {{ 'exercise.comingSoon' | translate}}</ng-template>
<div class="form-check" style="float: right; padding-right: 10px;" [ngbTooltip]="helpBookmark"> <div class="form-check" style="float: right; padding-right: 10px;" [ngbTooltip]="helpBookmark">
<input class="form-check-input" type="checkbox" value="" id="card-defaultCheck1" disabled="true"> <input class="form-check-input" type="checkbox" value="" id="card-defaultCheck1" disabled="true">
<label class="form-check-label" for="card-defaultCheck1"></label> <label class="form-check-label" for="card-defaultCheck1"></label>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="modal fade" id="myModal"> <div class="modal fade" id="myModal">
<div class="modal-dialog modal-lg modal-dialog-centered"> <div class="modal-dialog modal-lg modal-dialog-centered">
<div class="modal-content"> <div class="modal-content">
<ng-template #helpCommingSoon> {{ 'exercise.commingSoon' | translate}}</ng-template> <ng-template #helpComingSoon> {{ 'exercise.comingSoon' | translate}}</ng-template>
<!-- Modal Header --> <!-- Modal Header -->
<div class="modal-header"> <div class="modal-header">
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<div style="float: left;"> <div style="float: left;">
<p class="card-text" jhiTranslate="exercise.details.bookmark"></p> <p class="card-text" jhiTranslate="exercise.details.bookmark"></p>
</div> </div>
<div class="form-check" style="float: right; padding-right: 10px;" [ngbTooltip]="helpCommingSoon" placement="right"> <div class="form-check" style="float: right; padding-right: 10px;" [ngbTooltip]="helpComingSoon" placement="right">
<input class="form-check-input" type="checkbox" value="" <input class="form-check-input" type="checkbox" value=""
id="modal-defaultCheck1" disabled="true"> id="modal-defaultCheck1" disabled="true">
<label class="form-check-label" for="modal-defaultCheck1"></label> <label class="form-check-label" for="modal-defaultCheck1"></label>
...@@ -81,9 +81,9 @@ ...@@ -81,9 +81,9 @@
style="display: block; margin-bottom: 5px;" style="display: block; margin-bottom: 5px;"
jhiTranslate="exercise.details.hitDetails"> jhiTranslate="exercise.details.hitDetails">
</button> --> </button> -->
<div [ngbTooltip]="helpCommingSoon" placement="bottom"> <div [ngbTooltip]="helpComingSoon" placement="bottom">
<button *ngIf="exercise.type == exerciseType.COLLECTION" type="button" class="btn btn-outline-secondary" <button *ngIf="exercise.type == exerciseType.COLLECTION" type="button" class="btn btn-outline-secondary"
style="display: block; margin-bottom: 5px;" style="display: block; margin-bottom: 5px;"
jhiTranslate="exercise.details.allExercises" jhiTranslate="exercise.details.allExercises"
disabled> disabled>
> >
...@@ -322,10 +322,10 @@ ...@@ -322,10 +322,10 @@
<a *ngFor="let action of exercise.originalResult.supportedActions" class="btn btn-outline-secondary" role="button" aria-pressed="true" <a *ngFor="let action of exercise.originalResult.supportedActions" class="btn btn-outline-secondary" role="button" aria-pressed="true"
style="float: left; margin-right: 5px; margin-top: 5px;" (click)="startAction(action, exercise)" style="float: left; margin-right: 5px; margin-top: 5px;" (click)="startAction(action, exercise)"
>{{action.commandName}}</a> >{{action.commandName}}</a>
<div [ngbTooltip]="helpCommingSoon" placement="bottom"> <div [ngbTooltip]="helpComingSoon" placement="bottom">
<button *ngIf="exercise.type == exerciseType.COLLECTION" type="button" class="btn btn-outline-secondary" <button *ngIf="exercise.type == exerciseType.COLLECTION" type="button" class="btn btn-outline-secondary"
style="float: left; margin-right: 5px; margin-top: 5px;" style="float: left; margin-right: 5px; margin-top: 5px;"
jhiTranslate="exercise.export.latex" title="{{ 'exercise.commingSoon' | translate}}" jhiTranslate="exercise.export.latex" title="{{ 'exercise.comingSoon' | translate}}"
disabled > disabled >
</button> </button>
</div> </div>
......
{ {
"exercise": { "exercise": {
"commingSoon": "demnächst verfügbar :-)", "comingSoon": "demnächst verfügbar :-)",
"details": { "details": {
"details": "Details", "details": "Details",
"rating": "Trefferqualität", "rating": "Trefferqualität",
......
{ {
"exercise": { "exercise": {
"commingSoon": "comming soon", "comingSoon": "coming soon",
"details": { "details": {
"details": "Details", "details": "Details",
"rating": "Hit quality", "rating": "Hit quality",
......
{ {
"home": { "home": {
"title": "<img src=\"/content/img/logo-top.png\" alt=\"codeAbility\" width=\"168px\"/>Joint Ressourcing of Teaching Material", "title": "<img src=\"/content/img/logo-top.png\" alt=\"codeAbility\" width=\"168px\"/>Joint Resourcing of Teaching Material",
"subtitle": "The CodeAbility Sharing Plattform is ready", "subtitle": "The CodeAbility Sharing Platform is ready",
"teaser": "<p>The CodeAbility Sharing Plattform offers an infrastructure for the open exchange of programming teaching content.</p>\n <p>This comprises programming exercises, lecture scripts and slides, and link collections to all aspects of programming education.</p>", "teaser": "<p>The CodeAbility Sharing Platform offers an infrastructure for the open exchange of programming teaching content.</p>\n <p>This comprises programming exercises, lecture scripts and slides, and link collections to all aspects of programming education.</p>",
"logged": { "logged": {
"message": "You are logged in as user \"{{username}}\"." "message": "You are logged in as user \"{{username}}\"."
}, },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment