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

Skip to content
Snippets Groups Projects
Commit d3a276ef authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Better text

parent d806e9dd
No related merge requests found
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
</table> </table>
<span *ngIf="getCommonActions().length > 0"> <span *ngIf="getCommonActions().length > 0">
<p style="text-align: left; margin-top: 20px;"> <p style="text-align: left; margin-top: 20px;">
<strong jhiTranslate="exercise.export.export"></strong> <strong jhiTranslate="gitsearchApp.userWatchList.export"></strong>
</p> </p>
<a *ngFor="let action of getCommonActions()" <a *ngFor="let action of getCommonActions()"
class="btn btn-outline-secondary" role="button" aria-pressed="true" class="btn btn-outline-secondary" role="button" aria-pressed="true"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
"search": "Suche nach Leserzeichenliste", "search": "Suche nach Leserzeichenliste",
"notFound": "Keine Leserzeichenliste gefunden" "notFound": "Keine Leserzeichenliste gefunden"
}, },
"export": "Passende Aufgaben exportieren:",
"created": "Leserzeichenliste erstellt mit ID {{ param }}", "created": "Leserzeichenliste erstellt mit ID {{ param }}",
"updated": "Leserzeichenliste aktualisiert mit ID {{ param }}", "updated": "Leserzeichenliste aktualisiert mit ID {{ param }}",
"deleted": "Leserzeichenliste gelöscht mit ID {{ param }}", "deleted": "Leserzeichenliste gelöscht mit ID {{ param }}",
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
"search": "Search for Bookmark List", "search": "Search for Bookmark List",
"notFound": "No Bookmark Lists found" "notFound": "No Bookmark Lists found"
}, },
"export": "Export matching exercises:",
"created": "A new Bookmark List is created with identifier {{ param }}", "created": "A new Bookmark List is created with identifier {{ param }}",
"updated": "A Bookmark List is updated with identifier {{ param }}", "updated": "A Bookmark List is updated with identifier {{ param }}",
"deleted": "A Bookmark List is deleted with identifier {{ param }}", "deleted": "A Bookmark List is deleted with identifier {{ param }}",
......
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