ActionBar: Verwendung bei Pflichtenheften standardisiert
[kivitendo-erp.git] / SL / Controller / RequirementSpec.pm
index 1bc49d6..d70cd2d 100644 (file)
@@ -710,7 +710,7 @@ sub _setup_search_action_bar {
   for my $bar ($::request->layout->get('actionbar')) {
     $bar->add(
       action => [
-        t8('Search'),
+        t8('Update'),
         submit    => [ '#search_form', { action => 'RequirementSpec/list' } ],
         accesskey => 'enter',
       ],