diff --git a/ui/ui/hotspot-edit.tpl b/ui/ui/hotspot-edit.tpl index 78704fef..47199861 100644 --- a/ui/ui/hotspot-edit.tpl +++ b/ui/ui/hotspot-edit.tpl @@ -278,7 +278,7 @@ </div> <div class="form-group"> <div class="col-md-offset-2 col-md-9"> - <button class="btn btn-success" onclick="return confirm('Continue the process of changing Hotspot data?')" type="submit">{Lang::T('Save Changes')}</button> + <button class="btn btn-success" onclick="return confirm('Continue the process of changing Hotspot Package data?')" type="submit">{Lang::T('Save Changes')}</button> Or <a href="{$_url}services/hotspot">{Lang::T('Cancel')}</a> </div> </div>