Skip to content

Commit

Permalink
Hilfslink aktualisiert
Browse files Browse the repository at this point in the history
  • Loading branch information
Dernerd committed Sep 23, 2023
1 parent 7bc2136 commit a7fd961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ var Command_MyThemes = Upfront.Views.Editor.Command.extend({

var Command_BuilderHelp = Command_Help.extend({
on_click: function () {
var url = 'https://premium.wpmudev.org/upfront-documentation/upfront-builder',
var url = 'https://upfront.n3rds.work/upfront-framework/',
win = window.open(url, "_blank")
;
win.focus();
Expand Down
2 changes: 1 addition & 1 deletion lib/class_thx_admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function enqueue_dependencies () {
'start_building' => __('Beginne mit dem Bauen Deines Themes', UpfrontThemeExporter::DOMAIN),
'checking' => __('Überprüfung...', UpfrontThemeExporter::DOMAIN),
'creating' => __('Erstellen...', UpfrontThemeExporter::DOMAIN),
'select_media' => __('Wähle Medien Deiner gewählten Überzeugung aus oder lade sie hoch', UpfrontThemeExporter::DOMAIN),
'select_media' => __('Wähle Medien Deiner Wahl aus oder lade sie hoch', UpfrontThemeExporter::DOMAIN),
'use_media' => __('Verwende dieses Medium', UpfrontThemeExporter::DOMAIN),
'loading' => __('Daten werden geladen...', UpfrontThemeExporter::DOMAIN),
),
Expand Down

0 comments on commit a7fd961

Please sign in to comment.