Skip to content

Commit e80bcfc

Browse files
refactor code
1 parent de5b816 commit e80bcfc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

apps/OpenSign/public/locales/en/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"View": "View",
133133
"option": "Option",
134134
"Embed": "Embed",
135-
"CopyTemplateId":"CopyTemplateId"
135+
"Copy TemplateId":"Copy TemplateId"
136136
},
137137
"report-heading": {
138138
"Sr.No": "Sr.No",

apps/OpenSign/public/locales/fr/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"View": "Voir",
152152
"option": "Option",
153153
"Embed": "Intégrer",
154-
"CopyTemplateId": "Copier l'ID du modèle"
154+
"Copy TemplateId": "Copier l'ID du modèle"
155155
},
156156
"report-help": {
157157
"Draft Documents": "Il s'agit de documents que vous avez commencés mais que vous n'avez pas finalisés pour envoi.",

apps/OpenSign/src/json/ReportJson.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ export default function reportJson(id) {
363363
},
364364
{
365365
btnId: "2434",
366-
btnLabel: "CopyTemplateId",
367-
hoverLabel: "CopyTemplateId",
366+
btnLabel: "Copy TemplateId",
367+
hoverLabel: "Copy TemplateId",
368368
btnIcon: "fa-light fa-copy",
369369
action: "CopyTemplateId"
370370
},

apps/OpenSign/src/json/dashboardJson.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const dashboardJson = [
3636
queryType: "",
3737
class: "contracts_Document",
3838
query:
39-
'where={"Type":{"#*ne":"Folder"},"Signers":{"#*exists":true,"#*ne":[]},"Placeholders":{"#*ne":null},"IsCompleted":{"#*ne":true},"SignedUrl":{"#*ne":null},"IsDeclined":{"#*ne":true},"IsArchive":{"#*ne":true},"CreatedBy":{"__type":"Pointer","className":"_User","objectId":"#UserId.objectId#"},"ExpiryDate":{"#*gt":{"__type":"#Date#","iso":"#today#"}}}&count=1',
39+
'where={"Type":{"#*ne":"Folder"},"Signers":{"#*exists":true,"#*ne":[]},"Placeholders":{"#*ne":null},"IsCompleted":{"#*ne":true},"IsDeclined":{"#*ne":true},"IsArchive":{"#*ne":true},"CreatedBy":{"__type":"Pointer","className":"_User","objectId":"#UserId.objectId#"},"ExpiryDate":{"#*gt":{"__type":"#Date#","iso":"#today#"}}}&count=1',
4040
key: "count",
4141
Redirect_type: "Report",
4242
Redirect_id: "1MwEuxLEkF",

0 commit comments

Comments
 (0)