ActionBar: Verwendung bei Projektsuche standardisiert
[kivitendo-erp.git] / SL / Controller / Project.pm
index 0e81e57..21b3d82 100644 (file)
@@ -422,12 +422,12 @@ sub setup_search_action_bar {
   for my $bar ($::request->layout->get('actionbar')) {
     $bar->add(
       action => [
-        t8('Search'),
+        t8('Update'),
         submit    => [ '#search_form', { action => 'Project/list' } ],
         accesskey => 'enter',
       ],
       link => [
-        t8('Add Project'),
+        t8('Add'),
         link => $self->url_for(action => 'new'),
       ],
     );