We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690204d commit d496727Copy full SHA for d496727
1 file changed
php/class-dashboard.php
@@ -149,8 +149,12 @@ public function register_settings( $pages ) {
149
'data-text' => 'error_count_hr',
150
'class' => array(
151
'cld-stat-text',
152
- 'cld-ui-error',
+ 'cld-link-button',
153
+ 'cld-link-button-secondary',
154
+ 'cld-toggle',
155
+ 'hidden',
156
),
157
+ 'title' => __( 'View errored assets', 'cloudinary' ),
158
159
160
array(
@@ -173,8 +177,13 @@ public function register_settings( $pages ) {
173
177
'data-text' => 'error_clean_up',
174
178
175
179
176
180
181
182
+ 'cld-link-button-secondary-error',
183
184
185
186
+ 'title' => __( 'Retry sync assets with errors', 'cloudinary' ),
187
188
189
0 commit comments