Browse Source

Improved wording.

Martin Edenhofer 9 years ago
parent
commit
ee4085fd07
1 changed files with 4 additions and 4 deletions
  1. 4 4
      test/browser/taskbar_session_test.rb

+ 4 - 4
test/browser/taskbar_session_test.rb

@@ -26,12 +26,12 @@ class TaskbarSessionTest < TestCase
     match(
       browser: browser1,
       css: 'body',
-      value: 'Reload application',
+      value: 'Continue session',
     )
     match_not(
       browser: browser2,
       css: 'body',
-      value: 'Reload application',
+      value: 'Continue session',
     )
 
   end
@@ -60,12 +60,12 @@ class TaskbarSessionTest < TestCase
     match_not(
       browser: browser1,
       css: 'body',
-      value: 'Reload application',
+      value: 'Continue session',
     )
     match_not(
       browser: browser2,
       css: 'body',
-      value: 'Reload application',
+      value: 'Continue session',
     )
   end