]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/Project.pm
ActionBar: Verwendung bei Projektsuche standardisiert
[kivitendo-erp.git] / SL / Controller / Project.pm
index 0e81e570dc3c3b393b5a84ed61094970410e2d2d..21b3d82d20da18449b06291bd5fa87b9ff6da817 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'),
       ],
     );