Skip to content

Commit 1df2832

Browse files
committed
Update
1 parent c1e40ea commit 1df2832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php/class-admin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function plugin_action_links( array $actions, string $plugin_file ): arra
128128
'<a href="%1$s" title="%2$s" style="color: #d46f4d; font-weight: bold;" target="_blank">%3$s</a>',
129129
'https://snipco.de/JE2i',
130130
esc_attr__( 'Upgrade to Code Snippets Pro', 'code-snippets' ),
131-
esc_attr__( 'Get Pro', 'code-snippets' )
131+
esc_attr__( 'Upgrade to Pro', 'code-snippets' )
132132
);
133133
}
134134
return $actions;

0 commit comments

Comments
 (0)