Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 3253959

Browse files
feat(#582): text "clone" instead of "copy"
Signed-off-by: peterpeterparker <[email protected]>
1 parent 3e482e1 commit 3253959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/app/components/dashboard/app-dashboard-deck-actions/app-dashboard-deck-actions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export class AppDashboardDeckActions {
149149
const disabled: boolean = this.deck && this.deck.data && this.deck.data.clone !== undefined;
150150

151151
return <Host>
152-
<a onClick={($event: UIEvent) => this.cloneDeck($event)} title="Copy presentation" class={this.actionInProgress || disabled ? 'disabled' : undefined}>
152+
<a onClick={($event: UIEvent) => this.cloneDeck($event)} title="Clone presentation" class={this.actionInProgress || disabled ? 'disabled' : undefined}>
153153
<ion-icon name="copy"></ion-icon>
154154
</a>
155155

0 commit comments

Comments
 (0)