Sign in
gerrit
/
gerrit
/
d4c59b454cec7385b54e2adfc5610fc088556116
/
.
/
polygerrit-ui
/
app
/
constants
/
messages.ts
blob: dca1e6108ffcdb10cd325e1339bfca59c7e1d4c6 [
file
] [
log
] [
blame
]
/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/** Message shown when no threads in gr-thread-list for robot comments */
export
const
NO_ROBOT_COMMENTS_THREADS_MSG
=
'There are no findings for this patchset.'
;