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

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

Translate "Open Course" button

parent e6d44941
2 merge requests!17Initial Merge to Prepare Release 1.0.0,!1Resolve "Metadaten konsolideren"
...@@ -51,8 +51,12 @@ ...@@ -51,8 +51,12 @@
<div class="container"> <div class="container">
<!-- Button to Open the Modal --> <!-- Button to Open the Modal -->
<button type="button" class="btn btn-outline-secondary" data-toggle="modal" data-target="#myModal" <button type="button"
(click)="selectedResult = result">Open course class="btn btn-outline-secondary"
data-toggle="modal"
data-target="#myModal"
(click)="selectedResult = result"
jhiTranslate="searchResult.open">
</button> </button>
</div> </div>
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
"latex": "LaTeX", "latex": "LaTeX",
"download": "Herunterladen" "download": "Herunterladen"
}, },
"open": "Kurs öffnen",
"close": "Schließen" "close": "Schließen"
} }
} }
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
"artemis": "Artemis", "artemis": "Artemis",
"latex": "LaTeX", "latex": "LaTeX",
"download": "Download" "download": "Download"
} },
}, "open": "Open Course",
"close": "Close" "close": "Close"
}
} }
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