Skip to content
Snippets Groups Projects
Commit fe9479e3 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#562 - link to wiki for remote git configuration help

parent d321925e
No related branches found
No related tags found
No related merge requests found
......@@ -209,6 +209,8 @@ settings.backup.auto.strategy.none=Keine
settings.backup.auto.strategy.local=Kopien im Dateisystem
settings.backup.auto.strategy.git.local=Lokales git repository
settings.backup.auto.strategy.git.remote=Entferntes git repository
settings.backup.auto.strategy.git.remote.help=Einrichtungshilfe
settings.backup.auto.strategy.git.remote.help.url=https://github.com/deadlocker8/BudgetMaster/wiki/Automatic-backup
settings.backup.auto.files.to.keep=Anzahl aufzubewahrender Backups (0 für unbegrenzt)
settings.backup.auto.next=Nächste Ausführung
settings.backup.auto.has.errors=Letztes Backup
......
......@@ -209,6 +209,8 @@ settings.backup.auto.strategy.local=File system copies
settings.backup.auto.strategy.none=None
settings.backup.auto.strategy.git.local=Local git repository
settings.backup.auto.strategy.git.remote=Remote git repository
settings.backup.auto.strategy.git.remote.help=Configuration help
settings.backup.auto.strategy.git.remote.help.url=https://github.com/deadlocker8/BudgetMaster/wiki/Automatic-backup
settings.backup.auto.files.to.keep=Number of backups to keep (0 for unlimited)
settings.backup.auto.next=Next execution
settings.backup.auto.has.errors=Last backup
......
......@@ -261,8 +261,12 @@
<label for="settings-backup-auto-git-token">${locale.getString("settings.backup.auto.git.token")}</label>
</div>
<div class="col s12 m12 l8 offset-l2">
<div class="col s6 m6 l4 offset-l2">
<a id="settings-backup-auto-git-test" data-url="<@s.url '/settings/git/test'/>" class="waves-effect waves-light btn budgetmaster-blue"><i class="material-icons left">send</i>${locale.getString("settings.backup.auto.git.test")}</a>
</div>
<div class="col s6 m6 l4 right-align">
<a target="_blank" href="${locale.getString("settings.backup.auto.strategy.git.remote.help.url")}" class="waves-effect waves-light btn btn-flat text-color"><i class="material-icons left">help_outline</i>${locale.getString("settings.backup.auto.strategy.git.remote.help")}</a>
</div>
</div>
</#macro>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment