Skip to content

Commit 586e730

Browse files
committed
fixed domain name
1 parent 7efea16 commit 586e730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
function localize()
1717
{
18-
load_theme_textdomain('neonaudit', get_template_directory() . '/resources/languages');
18+
load_theme_textdomain('base-camp', get_template_directory() . '/resources/languages');
1919
}
2020

2121
add_action('after_setup_theme', 'localize');

0 commit comments

Comments
 (0)