s/revision/commit/
This commit is contained in:
@@ -40,7 +40,7 @@ $(document).ready(function() {
|
|||||||
// revert action
|
// revert action
|
||||||
$.GollumDialog.init({
|
$.GollumDialog.init({
|
||||||
title: 'Revert to ' + truncatedSha + '?',
|
title: 'Revert to ' + truncatedSha + '?',
|
||||||
body: 'Are you sure you wish to revert to revision <code>' +
|
body: 'Are you sure you wish to revert to commit <code>' +
|
||||||
truncatedSha + '</code>' +
|
truncatedSha + '</code>' +
|
||||||
' ? This will overwrite any previous changes.',
|
' ? This will overwrite any previous changes.',
|
||||||
OK: function() {
|
OK: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user