Skip to content
Snippets Groups Projects
Commit aee8b5a7 authored by Demian Katz's avatar Demian Katz
Browse files

Eliminated non-translated language.

parent 9c0a57de
No related merge requests found
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<?=$this->recaptcha()->html($this->useRecaptcha) ?> <?=$this->recaptcha()->html($this->useRecaptcha) ?>
<div class="form-group"> <div class="form-group">
<div class="col-sm-9 col-sm-offset-3"> <div class="col-sm-9 col-sm-offset-3">
<input type="submit" class="btn btn-primary" name="submit" value="<?=$this->transEsc('Send Email')?>"/> <input type="submit" class="btn btn-primary" name="submit" value="<?=$this->transEsc('Send')?>"/>
</div> </div>
</div> </div>
</form> </form>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<div class="col-sm-9 col-sm-offset-3"> <div class="col-sm-9 col-sm-offset-3">
<input class="btn btn-primary" type="submit" name="submit" value="<?=$this->transEsc('Send Email')?>"/> <input class="btn btn-primary" type="submit" name="submit" value="<?=$this->transEsc('Send')?>"/>
</div> </div>
</div> </div>
</form> </form>
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