Skip to content

Commit 244a7f1

Browse files
committed
Label Update
1 parent 8a56586 commit 244a7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tootpress_options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function tootpress_options_userinterface_display()
164164

165165
add_settings_field("tootpress_amount_toots_page", "Amount Toots Page", "tootpress_options_display_amount_toots_page", "tootpress-options", "userinterface_settings_section");
166166
add_settings_field("tootpress_navigation", "Navigation", "tootpress_options_display_navigation", "tootpress-options", "userinterface_settings_section");
167-
add_settings_field("tootpress_backlink", "Activate Backlink", "tootpress_options_display_backlink", "tootpress-options", "userinterface_settings_section");
167+
add_settings_field("tootpress_backlink", "Backlinks", "tootpress_options_display_backlink", "tootpress-options", "userinterface_settings_section");
168168

169169
register_setting("tootpress_options", "tootpress_amount_toots_page", "tootpress_validate_amount_toots_page");
170170
register_setting("tootpress_options", "tootpress_navigation", "tootpress_validate_navigation");

0 commit comments

Comments
 (0)