Skip to content

Commit

Permalink
change "reloaded automatically" to "reload"
Browse files Browse the repository at this point in the history
It doesn't auto refresh the page for you, so is factually incorrect.
  • Loading branch information
NovemLinguae committed Apr 16, 2024
1 parent a76f51c commit 3700e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/submissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@

// Also, automagically reload the page in place
$( '#mw-content-text' ).load( AFCH.consts.pagelink + ' #mw-content-text', function () {
$afch.find( '#reloadLink' ).text( '(reloaded automatically)' );
$afch.find( '#reloadLink' ).text( '(reload)' );
// Fire the hook for new page content
mw.hook( 'wikipage.content' ).fire( $( '#mw-content-text' ) );
} );
Expand Down

0 comments on commit 3700e8b

Please sign in to comment.