Skip to content

Commit

Permalink
Update manage-plugins-modal.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Nov 4, 2023
1 parent 2ee94d9 commit 0b406f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h5 class="modal-title">{{ presentTenseVerb }}: {{ pluginName }}</h5>
<h3 class="text-center primary-text" [translate]="'platform.version.title_service_restart_required'">
Restart Required
</h3>
<p class="text-center grey-text" [translate]="'plugins.manage.message_thanks_for_updating'" [translateParams]="{ pluginName: pluginName, targetVersion: targetVersion }">
<p class="text-center grey-text" translate="'plugins.manage.message_thanks_for_updating'" [translateParams]="{ pluginName: pluginName, targetVersion: targetVersion }">
Thanks for installing the {{ targetVersion }} version of {{ pluginName }}.
</p>
<p *ngIf="!['homebridge', 'homebridge-config-ui-x'].includes(pluginName)" class="text-center grey-text" [translate]="'plugins.manage.message_thanks_for_updating_restart'">
Expand Down

0 comments on commit 0b406f1

Please sign in to comment.