Skip to content

Commit d150715

Browse files
authored
Clarify error messages by specifying WebFinger handle format (#2209)
1 parent 5a5d523 commit d150715

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: changed
3+
4+
Clarify error messages in account modal to specify full profile URL format.

build/remote-reply/render.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'copy' => __( 'Copy', 'activitypub' ),
3434
'emptyProfileError' => __( 'Please enter a profile URL or handle.', 'activitypub' ),
3535
'genericError' => __( 'An error occurred. Please try again.', 'activitypub' ),
36-
'invalidProfileError' => __( 'Please enter a valid URL or handle.', 'activitypub' ),
36+
'invalidProfileError' => __( 'Please enter a valid profile URL or handle.', 'activitypub' ),
3737
),
3838
)
3939
);

src/remote-reply/render.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'copy' => __( 'Copy', 'activitypub' ),
3434
'emptyProfileError' => __( 'Please enter a profile URL or handle.', 'activitypub' ),
3535
'genericError' => __( 'An error occurred. Please try again.', 'activitypub' ),
36-
'invalidProfileError' => __( 'Please enter a valid URL or handle.', 'activitypub' ),
36+
'invalidProfileError' => __( 'Please enter a valid profile URL or handle.', 'activitypub' ),
3737
),
3838
)
3939
);

0 commit comments

Comments
 (0)