字串占位符修改

Signed-off-by: h30034439 <hanyiyichn@163.com>
This commit is contained in:
h30034439
2024-02-06 11:22:38 +08:00
parent b0ac470110
commit bf1ad77de4
@@ -162,23 +162,23 @@
},
{
"name": "textManageSuccessContentVal1",
"value": "%1$s"
"value": "%s"
},
{
"name": "textManageSuccessContentVal2",
"value": "%2$s"
"value": "%s"
},
{
"name": "textManageSuccessContent",
"value": "if you have any questions, please contact your %1$s contact."
"value": "if you have any questions, please contact your %s contact."
},
{
"name": "textApplicationInfoActive",
"value": "This device administrator is currently active and allows \"%1$s\" to perform the following operations:"
"value": "This device administrator is currently active and allows \"%s\" to perform the following operations:"
},
{
"name": "textApplicationInfoInactive",
"value": "Activating this administrator will allow \"%1$s\" to perform the following operations:"
"value": "Activating this administrator will allow \"%s\" to perform the following operations:"
}
]
}