Skip to content
Snippets Groups Projects
Commit a768fd7b authored by Laurent's avatar Laurent
Browse files

update catalan and spanish translations

parent 7945f7fc
Branches
Tags
1 merge request!2657Es catalan
Pipeline #4190 failed with stage
in 33 minutes and 17 seconds
......@@ -133,9 +133,9 @@ class IndexControllerTranslationDispatchWithDefaultEsTest extends Admin_Abstract
/** @test */
public function titleDefaultShouldBeBienvenido() {
public function titleDefaultShouldBeInicio() {
unset(Zend_Registry::get('session')->language);
$this->dispatch('/admin/index');
$this->assertQueryContentContains('h1', 'Bienvenido');
$this->assertQueryContentContains('h1', 'Inicio', $this->_response->getBody());
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment