Skip to content

Commit

Permalink
fixed the issue of german translation
Browse files Browse the repository at this point in the history
  • Loading branch information
TSI-yogeshshejwadkar committed Sep 14, 2022
1 parent 5490fe5 commit e190f4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Listener/BeforeTemplateRenderedListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ public function handle(Event $event): void {
}
$this->appHint->sendAppHintNotifications();

\OC_Util::addScript('nmc_welcome_popup', 'about');
\OCP\Util::addScript('nmc_welcome_popup', 'about');
}
}
4 changes: 2 additions & 2 deletions templates/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
script('nmc_welcome_popup', 'script');
style('nmc_welcome_popup', 'style');
// script('nmc_welcome_popup', 'script');
// style('nmc_welcome_popup', 'style');
?>

<div id="app">
Expand Down

0 comments on commit e190f4e

Please sign in to comment.