Skip to content

Commit

Permalink
βœ” πŸ’©
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed May 9, 2023
1 parent 8c14443 commit b3c2968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_shared/services/winbox.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class WinboxService {

async confirmationOpenUrl(uriUrl, windowTarget): Promise<void> {
this.subsDialog = (await this.ds.openKonfirmasiDialog(
'Ingin Buka Di Tab Baru?',
`Ingin Buka Di Tab ${windowTarget === '_self' ? 'Ini' : 'Baru'} ?`,
uriUrl,
false
)).afterClosed().subscribe({
Expand Down

0 comments on commit b3c2968

Please sign in to comment.