Hi there. Its really hard to find the way to change “home” text in wordpress “one page” template. But the solution is completely same in the manner with general method : changing text in theme’s functions.php file. The trick is in here, which functions file and where is it? The answer is this the file named inkthemes-functions.php and can be found in wp-content/themes/one-page/functions folder. The string you need to change is in the line number 54 and like this
“$home = __( ‘Home’, ‘one-page’ ); // text for the ‘Home’ link” Just change ‘Home‘ part to your desired text with this ‘ASDADSSAD‘
Happy hacking