mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
(De)Capitalized strings to fit the common/usual format, corrected spelling, removed unnecessary characters.
This commit is contained in:
committed by
Dave Page
parent
65f21a8cd7
commit
37120bf199
@@ -504,7 +504,7 @@ SELECT EXISTS(
|
||||
return internal_server_error(errormsg=res)
|
||||
|
||||
return success_return(
|
||||
message=_("Updated the next-runtime to now!")
|
||||
message=_("Updated the next runtime to now.")
|
||||
)
|
||||
|
||||
@check_precondition
|
||||
|
||||
@@ -71,7 +71,7 @@ function($, _, S, pgAdmin, moment, pgBrowser, Alertify, Backform) {
|
||||
render: function() {
|
||||
this.$el.empty();
|
||||
var model = this.model;
|
||||
this.$el.text(this.formatter.fromRaw(model.get(this.column.get("name")), model) || '{{ _('<Any>') }}');
|
||||
this.$el.text(this.formatter.fromRaw(model.get(this.column.get("name")), model) || '{{ _('<any>') }}');
|
||||
this.delegateEvents();
|
||||
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user